Class: URI::Generic
- Inherits:
-
Object
- Object
- URI::Generic
- Defined in:
- sig/patches/open-uri.rbs
Instance Method Summary collapse
Instance Method Details
#open(mode) ⇒ StringIO & OpenURI::Meta #open ⇒ void
7 8 |
# File 'sig/patches/open-uri.rbs', line 7
def open: (?String mode) -> (StringIO & OpenURI::Meta)
| [T] (?String mode) { (StringIO | Tempfile) -> T } -> T
|