CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Predicate Filters::next

Holds if pred is called before succ in the callback chain for action action. pred and succ may be methods bound to callbacks or controller actions.

Import path

import codeql.ruby.frameworks.actioncontroller.Filters
predicate next(ActionControllerActionMethod action, Method pred, Method succ)