Method: Net::WriteTimeout#message

Defined in:
lib/net/protocol.rb

#messageObject



105
106
107
108
109
110
111
# File 'lib/net/protocol.rb', line 105

def message
  msg = super
  if @io
    msg = "#{msg} with #{@io.inspect}"
  end
  msg
end