Ruby: QL4QL fix

This commit is contained in:
Harry Maclean
2023-01-23 14:25:00 +13:00
parent fb86ef4aac
commit 28c3bd3e2f

View File

@@ -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) }
}