Skip to content

Instantly share code, notes, and snippets.

@icco
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icco/f946187e5e9884ca61cf to your computer and use it in GitHub Desktop.
Save icco/f946187e5e9884ca61cf to your computer and use it in GitHub Desktop.
uri = URI.parse(url)
p uri
open(uri) do |data|
p data.meta
file.write data.read
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment