URI(uri_str)
alias for URI.parse.
This method is introduced at 1.8.2.
# File lib/uri/common.rb, line 723 def URI(uri_str) # :doc: URI.parse(uri_str) end