Class: URI::Generic
- Inherits:
-
Object
- Object
- URI::Generic
- Defined in:
- sig/uri_ext.rbs
Instance Method Summary collapse
-
#to_str ⇒ String
Returns the URI as a String (implicit conversion).
Instance Method Details
#to_str ⇒ String
Returns the URI as a String (implicit conversion)
5 |
# File 'sig/uri_ext.rbs', line 5
def to_str: () -> String
|