Module: URI

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

Class Method Summary collapse

Class Method Details

.parserObject



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

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