public Method

Kernel.URI(uri_str)

alias for URI.parse.

This method is introduced at 1.8.2.

Source Code

# File uri/common.rb, line 607
def URI(uri_str) # :doc:
  URI.parse(uri_str)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.