method

quit

v1_9_1_378 - Show latest stable - Class: Net::POP3Command
quit()
public

No documentation available.

# File lib/net/pop.rb, line 958
    def quit
      check_response(critical { get_response('QUIT') })
    end