= private = protected
inspect()
Provide human-readable stringification of class state.
# File lib/net/pop.rb, line 760 def inspect +"#<#{self.class} #{@number}#{@deleted ? ' deleted' : ''}>" end