class ActiveSupport::SecureCompareRotator

def initialize(value, on_rotation: nil)

def initialize(value, on_rotation: nil)
  @value = value
  @rotate_values = []
  @on_rotation = on_rotation
end