Module: URI

Defined in:
activesupport/lib/active_support/core_ext/uri.rb

Defined Under Namespace

Classes: Generic

Class Method Summary collapse

Class Method Details

.parserObject



21
22
23
# File 'activesupport/lib/active_support/core_ext/uri.rb', line 21

def parser
  @parser ||= URI::Parser.new
end