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