Flowdock
method

new

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Rotator
new(*secrets, on_rotation: nil, **options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/messages/rotator.rb, line 6
      def initialize(*secrets, on_rotation: nil, **options)
        super(*secrets, **options)

        @options   = options
        @rotations = []
        @on_rotation = on_rotation
      end
Register or log in to add new notes.