Module: WebFont::Command
- Defined in:
- lib/web_font/command.rb
Class Method Summary collapse
Class Method Details
.wget(url, output_path) ⇒ Object
3 4 5 |
# File 'lib/web_font/command.rb', line 3 def self.wget(url, output_path) system("wget -q -O #{output_path} #{url}") end |