Skip to content

Commit 7420d07

Browse files
geoffw0aibaars
andauthored
Update ruby/ql/lib/codeql/ruby/AST.qll
Co-authored-by: Arthur Baars <[email protected]>
1 parent 8a89574 commit 7420d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class RubyFile extends File {
172172
* A successfully extracted file, that is, a file that was extracted and
173173
* contains no extraction errors or warnings.
174174
*/
175-
class SuccessfullyExtractedFile extends RubyFile {
175+
class SuccessfullyExtractedFile extends File {
176176
SuccessfullyExtractedFile() {
177177
not exists(Diagnostic d |
178178
d.getLocation().getFile() = this and

0 commit comments

Comments
 (0)