class method
self.parser
Ruby on Rails 4.1.16
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 22
def parser
@parser ||= URI::Parser.new
end
Defined in activesupport/lib/active_support/core_ext/uri.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in URI