method
new
v6.1.7.7 -
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