method
new
rails latest stable - Class:
ActiveSupport::Messages::Rotator
new(*args, on_rotation: nil, **options)public
No documentation available.
# File activesupport/lib/active_support/messages/rotator.rb, line 6
def initialize(*args, on_rotation: nil, **options)
super(*args, **options)
@args = args
@options = options
@rotations = []
@on_rotation = on_rotation
end