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