mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Updates after codeql file sync
This commit is contained in:
@@ -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) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user