Module Kernel
In: uri/common.rb

Methods

URI  

Public Instance methods

alias for URI.parse.

This method is introduced at 1.8.2.

[Source]

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

[Validate]

ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.