Method: Net::POP3#inspect
- Defined in:
- lib/pop_ssl.rb
#inspect ⇒ Object
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 |