Module: URI Private
- Defined in:
- lib/pione/patch/uri-patch.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
URI extention for PIONE system.
Defined Under Namespace
Class Method Summary collapse
-
.install_scheme(name, klass) ⇒ Object
private
Installs a new scheme.
Class Method Details
.install_scheme(name, klass) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Installs a new scheme.
5 6 7 |
# File 'lib/pione/patch/uri-patch.rb', line 5 def self.install_scheme(name, klass) @@schemes[name] = klass end |