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

  