method
new
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::SecureCompareRotator
new(value, **_options)public
No documentation available.
# File activesupport/lib/active_support/secure_compare_rotator.rb, line 36
def initialize(value, **_options)
@value = value
end