Skip to content

Instantly share code, notes, and snippets.

@CharlieSu

CharlieSu/irb.rb Secret

Created July 11, 2012 14:33
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 CharlieSu/6c120fa8a0298fd7b35d to your computer and use it in GitHub Desktop.
Save CharlieSu/6c120fa8a0298fd7b35d to your computer and use it in GitHub Desktop.
require 'open-uri'
url = "https://yahoo.com"
uri = URI.parse(url)
uri.open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment