module ActiveSupport::Messages::Rotator

def rotate(*secrets, **options)

def rotate(*secrets, **options)
  @rotations << build_rotation(*secrets, @options.merge(options))
end