module URI
Public Class Methods
parser()
click to toggle source
# File lib/active_support/core_ext/uri.rb, line 20 def parser @parser ||= URI::Parser.new end
# File lib/active_support/core_ext/uri.rb, line 20 def parser @parser ||= URI::Parser.new end