codeql/ruby-all
4.1.2-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if pred is called before succ in the callback chain for some action. pred and succ may be methods bound to callbacks or controller actions.
pred
succ
import codeql.ruby.frameworks.actioncontroller.Filters
predicate next(Method pred, Method succ)