sig/plugins/multipart.rbs in httpx-0.20.5 vs sig/plugins/multipart.rbs in httpx-0.21.0
- old
+ new
@@ -59,10 +59,10 @@
@buffer: String
@parts: Hash[String, untyped]
@boundary: String
@intermediate_boundary: String
- def call: (Response response, untyped) -> Hash[String, untyped]
+ def call: (Response response, *untyped) -> Hash[String, untyped]
private
def initialize: (Response response) -> void