URI
Methods
P
Class Public methods
parser()
# File activesupport/lib/active_support/core_ext/uri.rb, line 20
def parser
  @parser ||= URI::Parser.new
end