method

build_rotation

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: SecureCompareRotator
build_rotation(previous_value, _options) private

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 47
      def build_rotation(previous_value, _options)
        self.class.new(previous_value)
      end
Register or log in to add new notes.