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