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