Files
codeql/ruby/ql
Harry Maclean 8419daad03 Ruby: Add subclassing support to API Graphs
Given the code

    class A; end
    class B < A; end
    class C < A; end

You can find uses of B and C with the expression

    API::getTopLevelMember("A").getASubclass()
2022-01-24 12:21:39 +13:00
..
2021-12-17 14:04:25 +01:00
2021-10-15 11:47:28 +02:00