Method: ActiveSupport::SecureCompareRotator#rotate

Defined in:
activesupport/lib/active_support/secure_compare_rotator.rb

#rotate(previous_value) ⇒ Object



43
44
45
# File 'activesupport/lib/active_support/secure_compare_rotator.rb', line 43

def rotate(previous_value)
  @rotate_values << previous_value
end