method

rotate

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: SecureCompareRotator
rotate(previous_value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/secure_compare_rotator.rb, line 43
    def rotate(previous_value)
      @rotate_values << previous_value
    end
Register or log in to add new notes.