instance method
instance_variables_to_inspect
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
instance_variables_to_inspect()
No documentation comment.
Source
# File activerecord/lib/active_record/encryption/cipher/aes256_gcm.rb, line 86
def instance_variables_to_inspect
[].freeze
end
Defined in activerecord/lib/active_record/encryption/cipher/aes256_gcm.rb line 86
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Encryption::Cipher::Aes256Gcm