Method: Net::POPMail#inspect
- Defined in:
- lib/pop_ssl.rb
#inspect ⇒ Object
Provide human-readable stringification of class state.
739 740 741 |
# File 'lib/pop_ssl.rb', line 739 def inspect "#<#{self.class} #{@number}#{@deleted ? ' deleted' : ''}>" end |