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 87c62db commit 0189e8aCopy full SHA for 0189e8a
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -105,7 +105,9 @@ module API {
105
/**
106
* Gets a node representing the result of calling a method on the receiver represented by this node.
107
*/
108
- Node getMethod(string method) { result = this.getASubclass().getASuccessor(Label::method(method)) }
+ Node getMethod(string method) {
109
+ result = this.getASubclass().getASuccessor(Label::method(method))
110
+ }
111
112
113
* Gets a node representing the result of this call.
0 commit comments