mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Ruby: QL4QL fix
This commit is contained in:
@@ -356,7 +356,5 @@ module Filters {
|
||||
* `pred` and `succ` may be methods bound to callbacks or controller actions.
|
||||
*/
|
||||
cached
|
||||
predicate next(Method pred, Method succ) {
|
||||
exists(ActionControllerActionMethod action | next(action, pred, succ))
|
||||
}
|
||||
predicate next(Method pred, Method succ) { next(_, pred, succ) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user