Method: ActiveSupport::Messages::RotationCoordinator#clear_rotations
- Defined in:
- lib/active_support/messages/rotation_coordinator.rb
#clear_rotations ⇒ Object
39 40 41 42 43 |
# File 'lib/active_support/messages/rotation_coordinator.rb', line 39 def clear_rotations changing_configuration! @rotate_options.clear self end |