方法
- N
类公共方法
new() 链接
源代码: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/encrypted_file.rb, line 24 def initialize super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters." end
源代码: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/encrypted_file.rb, line 24 def initialize super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters." end