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