class ActiveSupport::Messages::RotationConfiguration
:nodoc:
def initialize
def initialize @signed, @encrypted = [], [] end
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