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