= private = protected
finish()
Finishes the SMTP session and closes TCP connection. Raises IOError if not started.
# File lib/net/smtp.rb, line 531 def finish raise IOError, 'not yet started' unless started? do_finish end