method
get_response
v1_9_1_378 -
Show latest stable
- Class:
Net::POP3Command
get_response(fmt, *fargs)private
No documentation available.
# File lib/net/pop.rb, line 969
def get_response(fmt, *fargs)
@socket.writeline sprintf(fmt, *fargs)
recv_response()
end