Module: URI
- Defined in:
- lib/fe_core_ext/core_ext/uri.rb
Instance Method Summary collapse
Instance Method Details
#download(file) ⇒ Object
8 9 10 |
# File 'lib/fe_core_ext/core_ext/uri.rb', line 8 def download(file) File.open(file, 'wb') {|f| f.write(OpenURI.open_uri(self).read)} end |