Module: URI
- Defined in:
- sig/patches/open-uri.rbs
Overview
Patch: rbs' open-uri stdlib signatures only cover the module function
URI.open; the instance form URI::Generic#open (mixed in via
OpenURI::OpenRead for http/https/ftp URIs at runtime) is missing.
Declared here so Beni::Vendor::Downloader#download type-checks.
Defined Under Namespace
Classes: Generic