method
parser
v4.2.1 -
Show latest stable
- Class:
URI
parser()public
No documentation available.
# File activesupport/lib/active_support/core_ext/uri.rb, line 21
def parser
@parser ||= URI::Parser.new
end parser()No documentation available.
# File activesupport/lib/active_support/core_ext/uri.rb, line 21
def parser
@parser ||= URI::Parser.new
end