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