We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0d958 commit 073493bCopy full SHA for 073493b
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -103,7 +103,7 @@ module API {
103
Node getInstance() { result = this.getASubclass().getReturn("new") }
104
105
/**
106
- * Gets a node representing the result of calling a method on the receiver represented by this node.
+ * Gets a node representing a call to `method` on the receiver represented by this node.
107
*/
108
Node getMethod(string method) {
109
result = this.getASubclass().getASuccessor(Label::method(method))
0 commit comments