lib/async/http/endpoint.rb in async-http-0.52.3 vs lib/async/http/endpoint.rb in async-http-0.52.4
- old
+ new
@@ -191,11 +191,11 @@
def endpoint
@endpoint ||= build_endpoint
end
- def bind(*args, &block)
- endpoint.bind(*args, &block)
+ def bind(*arguments, &block)
+ endpoint.bind(*arguments, &block)
end
def connect(&block)
endpoint.connect(&block)
end
\ No newline at end of file