module ActiveSupport::Messages::Rotator

def rotate(*args, **options)

def rotate(*args, **options)
  fall_back_to build_rotation(*args, **options)
end