Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d7651 commit 37bbd46Copy full SHA for 37bbd46
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/data/ModelsAsData.qll
@@ -13,7 +13,9 @@
13
* - the string `any`, referring to any expression, or
14
* - the name of a type definition from `ModelInput::TypeModelCsv`
15
*
16
- * The `path` part is a dot
+ * The `path` part is a dot-separated access path with the following language-specific tokens:
17
+ * - `Method[x]`: a call to a method named `x`.
18
+ * - `Instance`: an instance of a class, currently an alias for `Method[new].ReturnValue`.
19
*/
20
21
private import ruby
0 commit comments