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