Skip to content

Instantly share code, notes, and snippets.

@MACSkeptic
Created June 13, 2012 14:44
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 MACSkeptic/2924507 to your computer and use it in GitHub Desktop.
Save MACSkeptic/2924507 to your computer and use it in GitHub Desktop.
>> require 'net/http'
=> true
>> uri = URI('http://images.wikia.com/villains/images/a/a9/Vegeta.png')
=> #<URI::HTTP:0x10e5e7298 URL:http://images.wikia.com/villains/images/a/a9/Vegeta.png>
>> Net::HTTP.get(uri)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment