rotate(kind, *args)
public

No documentation available.

# File activesupport/lib/active_support/messages/rotation_configuration.rb, line 12
      def rotate(kind, *args)
        case kind
        when :signed
          @signed << args
        when :encrypted
          @encrypted << args
        end
      end