class TCPSocket

Public Instance Methods

guarda(maxlen) click to toggle source
# File lib/italian/ruby/metodi/socket.rb, line 14
def guarda(maxlen)
  recv_nonblock maxlen, Socket::MSG_PEEK
end