class ActiveSupport::Messages::RotationCoordinator

def clear_rotations

def clear_rotations
  changing_configuration!
  @rotate_options.clear
  self
end