Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37bbd46

Browse files
committed
Ruby: fix broken comment
1 parent c9d7651 commit 37bbd46

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ruby/ql/lib/codeql/ruby/frameworks/data/ModelsAsData.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
* - the string `any`, referring to any expression, or
1414
* - the name of a type definition from `ModelInput::TypeModelCsv`
1515
*
16-
* The `path` part is a dot
16+
* 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`.
1719
*/
1820

1921
private import ruby

0 commit comments

Comments
 (0)