lib/httpx/io/unix.rb in httpx-0.20.5 vs lib/httpx/io/unix.rb in httpx-0.21.0
- old
+ new
@@ -31,10 +31,10 @@
@keep_open = true
@state = :connected
else
if @options.transport_options
# :nocov:
- warn ":#{__method__} is deprecated, use :addresses instead"
+ warn ":transport_options is deprecated, use :addresses instead"
@path = @options.transport_options[:path]
# :nocov:
else
@path = addresses.first
end