method
encrypt
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::EncryptedFile
encrypt(contents)private
No documentation available.
# File activesupport/lib/active_support/encrypted_file.rb, line 103
def encrypt(contents)
check_key_length
encryptor.encrypt_and_sign contents
end