method
get_response
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
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