Methods

Included Modules

Instance Public methods

verified(*args, on_rotation: @on_rotation, **options)

📝 Source code
# 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
🔎 See on GitHub