Class: URI::Parser
- Inherits:
-
Object
- Object
- URI::Parser
- Defined in:
- lib/opal_patches.rb
Overview
Some gems instantiate URI::Parser.new directly. Return the singleton module which has the same surface area.
Class Method Summary collapse
Class Method Details
.new ⇒ Object
279 280 281 |
# File 'lib/opal_patches.rb', line 279 def self.new(*) ::URI::DEFAULT_PARSER end |