class ActiveSupport::Messages::RotationConfiguration

def rotate(kind, *args, **options)

def rotate(kind, *args, **options)
  args << options unless options.empty?
  case kind
  when :signed
    @signed << args
  when :encrypted
    @encrypted << args
  end
end