method
build_rotation
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Messages::Rotator
build_rotation(*args, **options)private
No documentation available.
# File activesupport/lib/active_support/messages/rotator.rb, line 49
def build_rotation(*args, **options)
self.class.new(*args, *@args.drop(args.length), **@options, **options)
end