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