Created
June 21, 2016 17:15
-
-
Save smathy/7f662b4e9e9b0618d249dc9531624fba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2] pry(main)> require "uri" | |
=> true | |
[3] pry(main)> URI "foo:3000" | |
=> #<URI::Generic foo:3000> | |
[4] pry(main)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment