略過至內容 略過至搜尋
方法
N

類別公開方法

new()

# File activesupport/lib/active_support/encrypted_file.rb, line 24
def initialize
  super "Encryption key must be exactly #{EncryptedFile.expected_key_length} characters."
end