fix warning about argument potentially being ignored

This commit is contained in:
HoneyryderChuck 2025-08-07 12:34:59 +01:00
parent b8b710470c
commit ff3f1f726f

View File

@ -127,7 +127,7 @@ module HTTPX
end end
# noop # noop
def log(**); end def log(**, &_); end
def to_io def to_io
@pipe_read.to_io @pipe_read.to_io