mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Ruby: fix broken comment
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
* - the string `any`, referring to any expression, or
|
||||
* - the name of a type definition from `ModelInput::TypeModelCsv`
|
||||
*
|
||||
* The `path` part is a dot
|
||||
* The `path` part is a dot-separated access path with the following language-specific tokens:
|
||||
* - `Method[x]`: a call to a method named `x`.
|
||||
* - `Instance`: an instance of a class, currently an alias for `Method[new].ReturnValue`.
|
||||
*/
|
||||
|
||||
private import ruby
|
||||
|
||||
Reference in New Issue
Block a user