Not found
The exact documentation you were looking for could not be found. Here is the best guess.
status()
public
Returns the status (STAT command).
Show source
def status
line = "STAT" + CRLF
print "put: STAT\n" if @debug_mode
@sock.send(line, Socket::MSG_OOB)
return getresp
end