class ActiveSupport::EncryptedFile

def self.expected_key_length # :nodoc:

:nodoc:
def self.expected_key_length # :nodoc:
  @expected_key_length ||= generate_key.length
end