sig/session.rbs in httpx-0.10.0 vs sig/session.rbs in httpx-0.10.1
- old
+ new
@@ -14,11 +14,11 @@
def request: (*Request, **untyped) -> (response | Array[response])
| (*untyped, **untyped) -> (response | Array[response])
def build_request: (String | verb, uri, ?options) -> Request
- # def self.plugin: | (Symbol | Module, ?options) { (Class) -> void } -> singleton(Session)
- # | (Symbol | Module, ?options) -> singleton(Session)
+ def self.plugin: (Symbol | Module, ?options) { (Class) -> void } -> singleton(Session)
+ | (Symbol | Module, ?options) -> singleton(Session)
def self.default_options: -> Options
\ No newline at end of file