Method: Net::SMTP#inspect
- Defined in:
- lib/net/smtp.rb
#inspect ⇒ Object
Provide human-readable stringification of class state.
278 279 280 |
# File 'lib/net/smtp.rb', line 278 def inspect "#<#{self.class} #{@address}:#{@port} started=#{@started}>" end |