Methods

Included Modules

Instance Public methods

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

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