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