Module: URI
- Defined in:
- activesupport/lib/active_support/core_ext/uri.rb
Defined Under Namespace
Classes: Generic
Class Method Summary collapse
Class Method Details
.parser ⇒ Object
22 23 24 |
# File 'activesupport/lib/active_support/core_ext/uri.rb', line 22 def parser @parser ||= URI::Parser.new end |