method
quit
quit()
public
Hide source
# File lib/net/pop.rb, line 979 def quit check_response(critical { get_response('QUIT') }) end