method

get_response

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