Method: Net::POP3#inspect

Defined in:
lib/pop_ssl.rb

#inspectObject

Provide human-readable stringification of class state.



460
461
462
# File 'lib/pop_ssl.rb', line 460

def inspect
  "#<#{self.class} #{@address}:#{@port} open=#{@started}>"
end