method

encrypt

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