method
new
v5.1.7 -
Show latest stable
- Class:
ActiveSupport::LegacyKeyGenerator
new(secret)public
No documentation available.
# File activesupport/lib/active_support/key_generator.rb, line 43
def initialize(secret)
ensure_secret_secure(secret)
@secret = secret
end