Source: show | on GitHub
# File activesupport/lib/active_support/messages/rotator.rb, line 36 def verified(*args, on_rotation: @on_rotation, **options) super || run_rotations(on_rotation) { |verifier| verifier.verified(*args, **options) } end