Skip to content

Commit 44499ca

Browse files
committed
replace an abstract predicate
1 parent 48f3d48 commit 44499ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/codeql/ruby/ast/Erb.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class ErbFile extends File {
265265
* For instance, a file named `foo.html.erb` has a template name of `foo`.
266266
* A partial template file named `_item.html.erb` has a template name of `item`.
267267
*/
268-
abstract string getTemplateName();
268+
string getTemplateName() { none() }
269269

270270
/**
271271
* Gets the erb template contained within this file.

0 commit comments

Comments
 (0)