Ruby: Add nomagic pragma to helper

This commit is contained in:
Harry Maclean
2022-02-09 22:38:35 +13:00
parent 3031b39dc1
commit f276904fa9

View File

@@ -99,6 +99,7 @@ class ActionControllerActionMethod extends Method, HTTP::Server::RequestHandler:
}
}
pragma[nomagic]
private predicate isRoute(
ActionDispatch::Route route, string name, ActionControllerControllerClass controllerClass
) {