method
message
v2_6_3 -
Show latest stable
- Class:
Net::ReadTimeout
message()public
No documentation available.
# File lib/net/protocol.rb, line 84
def message
msg = super
if @io
msg = "#{msg} with #{@io.inspect}"
end
msg
end