lib/elastic_apm/transport/connection/proxy_pipe.rb in elastic-apm-3.3.0 vs lib/elastic_apm/transport/connection/proxy_pipe.rb in elastic-apm-3.4.0
- old
+ new
@@ -60,11 +60,11 @@
def bytes_sent
@bytes_sent.value
end
end
- def self.pipe(*args)
- pipe = new(*args)
+ def self.pipe(**args)
+ pipe = new(**args)
[pipe.read, pipe.write]
end
end
end
end