URI Ruby on Rails 5.1.2 Module URI activesupport/lib/active_support/core_ext/object/json.rb activesupport/lib/active_support/core_ext/uri.rb Methods P parser Class Public methods parser() Link Source: show | on GitHub # File activesupport/lib/active_support/core_ext/uri.rb, line 20 def parser @parser ||= URI::Parser.new end