Skip to content

Instantly share code, notes, and snippets.

@mathias
Created December 5, 2014 15:26
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 mathias/4ce19546ed85b4ccb132 to your computer and use it in GitHub Desktop.
Save mathias/4ce19546ed85b4ccb132 to your computer and use it in GitHub Desktop.
[1] pry(main)> require 'uri'
=> true
[2] pry(main)> uri = URI.parse("http://google.com")
=> #<URI::HTTP:0x007f83a90df848 URL:http://google.com>
[3] pry(main)> uri.port
=> 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment