Updates after codeql file sync

This commit is contained in:
Arthur Baars
2021-10-13 12:34:22 +02:00
parent 80ac05d5c6
commit bf3d291a1c
4 changed files with 23 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ import codeql.ruby.ast.internal.TreeSitter
/**
* A class representing line comments in Ruby.
*/
class LineComment extends Ruby::Comment {
class ExpectationComment extends Ruby::Comment {
string getContents() { result = this.getValue().suffix(1) }
}