sig/plugins/persistent.rbs in httpx-0.10.0 vs sig/plugins/persistent.rbs in httpx-0.10.1
- old
+ new
@@ -1,8 +1,8 @@
module HTTPX
module Plugins
module Persistent
- # def self.load_dependencies: (singleton(Session)) -> void
+ def self.load_dependencies: (singleton(Session)) -> void
interface _PersistentOptions
def persistent: () -> bool?
def persistent=: (bool) -> bool
def with_persistent: (bool) -> instance