class Net::SMTP

def read_timeout=(sec)

call.
Set the number of seconds to wait until timing-out a read(2)
def read_timeout=(sec)
  @socket.read_timeout = sec if @socket
  @read_timeout = sec
end