Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/accessibility/bridge/mri.rb
Overview
accessibility-core
extensions to the String
class
Instance Method Summary collapse
-
#to_url ⇒ URI::Generic
Parse the receiver into a
URI
object.
Instance Method Details
#to_url ⇒ URI::Generic
Parse the receiver into a URI
object
115 116 117 |
# File 'lib/accessibility/bridge/mri.rb', line 115 def to_url URI.parse self end |