Update ruby/ql/lib/codeql/ruby/AST.qll

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
Geoffrey White
2024-10-10 15:54:14 +01:00
committed by GitHub
parent 8a895740ba
commit 7420d07935

View File

@@ -172,7 +172,7 @@ class RubyFile extends File {
* A successfully extracted file, that is, a file that was extracted and
* contains no extraction errors or warnings.
*/
class SuccessfullyExtractedFile extends RubyFile {
class SuccessfullyExtractedFile extends File {
SuccessfullyExtractedFile() {
not exists(Diagnostic d |
d.getLocation().getFile() = this and