Class: URI::Generic
- Inherits:
-
Object
- Object
- URI::Generic
- Defined in:
- lib/accessibility/bridge/mri.rb
Overview
accessibility-core
extensions to the URI
family of classes
Instance Method Summary collapse
-
#to_url ⇒ URI::Generic
Returns the receiver (since the receiver is already a
URI
object).
Instance Method Details
#to_url ⇒ URI::Generic
Returns the receiver (since the receiver is already a URI
object)
103 104 105 |
# File 'lib/accessibility/bridge/mri.rb', line 103 def to_url self end |