method
getok
getok(fmt, *fargs)
private
Hide source
# File lib/net/pop.rb, line 986 def getok(fmt, *fargs) @socket.writeline sprintf(fmt, *fargs) check_response(recv_response()) end