Skip to content

Instantly share code, notes, and snippets.

@wpiekutowski
Created January 12, 2011 00:32
Show Gist options
  • Save wpiekutowski/775453 to your computer and use it in GitHub Desktop.
Save wpiekutowski/775453 to your computer and use it in GitHub Desktop.
uri = URI::HTTP.build :host => 'www.google.com',
:path => '/ig/calculator',
:query => "q=1#{from.iso_code}%3D%3F#{to.iso_code}"
data = uri.read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment