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