method
quit
ruby latest stable - Class:
Net::POP3Command
quit()public
No documentation available.
# File lib/net/pop.rb, line 980
def quit
check_response(critical { get_response('QUIT') })
end quit()No documentation available.
# File lib/net/pop.rb, line 980
def quit
check_response(critical { get_response('QUIT') })
end