sig/plugins/basic_authentication.rbs in httpx-0.10.0 vs sig/plugins/basic_authentication.rbs in httpx-0.10.1
- old
+ new
@@ -1,8 +1,8 @@
module HTTPX
module Plugins
module BasicAuthentication
- # def self.load_dependencies: (singleton(Session)) -> void
+ def self.load_dependencies: (singleton(Session)) -> void
module InstanceMethods
def basic_authentication: (string user, string password) -> instance
end
end