method
inspect
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Encryption::Cipher::Aes256Gcm
inspect()public
No documentation available.
# File activerecord/lib/active_record/encryption/cipher/aes256_gcm.rb, line 82
def inspect # :nodoc:
"#<#{self.class.name}:#{'%#016x' % (object_id << 1)}>"
end