Skip to content

Commit f6fd3da

Browse files
committed
update arguments for custom connections run method
1 parent d228cad commit f6fd3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class NullConnection
399399
def initialize(*args)
400400
end
401401

402-
def run(request_method, path, params = {}, headers = {})
402+
def run(request_method, path, params: nil, headers: {}, body: nil)
403403
end
404404

405405
def use(*args); end

0 commit comments

Comments
 (0)