Methods
Class Public methods
parser()
📝 Source code
# File activesupport/lib/active_support/core_ext/uri.rb, line 20
def parser
@parser ||= URI::Parser.new
end
🔎 See on GitHub
# File activesupport/lib/active_support/core_ext/uri.rb, line 20
def parser
@parser ||= URI::Parser.new
end
🔎 See on GitHub