mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Make ActionDispatch::Route into a private class ActionDispatch::RouteImpl, defining a new class Route which exposes the necessary public API from RouteImpl. Also rename getHTTPMethod to getHttpMethod.