class Net::POP3

def inspect

Provide human-readable stringification of class state.
def inspect
  +"#<#{self.class} #{@address}:#{@port} open=#{@started}>"
end