class ActiveSupport::Messages::RotationConfiguration
:nodoc:
def initialize
def initialize @signed, @encrypted = [], [] end
def rotate(kind, *args)
def rotate(kind, *args) case kind when :signed @signed << args when :encrypted @encrypted << args end end