class method
self.parser
Ruby on Rails 5.2.8.1
Since v3.1.12 Last seen in v6.1.7.10Signature
self.parser()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/uri.rb, line 20
def parser
@parser ||= URI::Parser.new
end
Defined in activesupport/lib/active_support/core_ext/uri.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in URI