Source: show | on GitHub
# File activesupport/lib/active_support/encrypted_file.rb, line 25 def initialize super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters." end