= private = protected
inspect()
Provide human-readable stringification of class state.
# File lib/net/smtp.rb, line 228 def inspect "#<#{self.class} #{@address}:#{@port} started=#{@started}>" end