class UNIXSocket

Public Instance Methods

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