Module: ActiveSupport::Messages::Rotator::Verifier
- Includes:
- ActiveSupport::Messages::Rotator
- Included in:
- ActiveSupport::MessageVerifier
- Defined in:
- lib/active_support/messages/rotator.rb
Instance Method Summary collapse
Methods included from ActiveSupport::Messages::Rotator
Instance Method Details
#verified(*args, on_rotation: nil, **options) ⇒ Object
35 36 37 |
# File 'lib/active_support/messages/rotator.rb', line 35 def verified(*args, on_rotation: nil, **) super || run_rotations(on_rotation) { |verifier| verifier.verified(*args, ) } end |