# File lib/facets/more/smtp_tls.rb, line 59
  def quit
    begin
      getok('QUIT')
    rescue EOFError
    end
  end