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