method

build_rotation

rails latest stable - Class: ActiveSupport::SecureCompareRotator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

build_rotation(previous_value, _options)
private

No documentation available.

# File activesupport/lib/active_support/secure_compare_rotator.rb, line 47
      def build_rotation(previous_value, _options)
        self.class.new(previous_value)
      end