method
inspect
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::EncryptedConfiguration
inspect()public
No documentation available.
# File activesupport/lib/active_support/encrypted_configuration.rb, line 79
def inspect # :nodoc:
"#<#{self.class.name}:#{'%#016x' % (object_id << 1)}>"
end