Method: ActiveSupport::EncryptedConfiguration#inspect
- Defined in:
- lib/active_support/encrypted_configuration.rb
#inspect ⇒ Object
:nodoc:
89 90 91 |
# File 'lib/active_support/encrypted_configuration.rb', line 89 def inspect # :nodoc: "#<#{self.class.name}:#{'%#016x' % (object_id << 1)}>" end |