We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f3d48 commit 44499caCopy full SHA for 44499ca
ql/lib/codeql/ruby/ast/Erb.qll
@@ -265,7 +265,7 @@ class ErbFile extends File {
265
* For instance, a file named `foo.html.erb` has a template name of `foo`.
266
* A partial template file named `_item.html.erb` has a template name of `item`.
267
*/
268
- abstract string getTemplateName();
+ string getTemplateName() { none() }
269
270
/**
271
* Gets the erb template contained within this file.
0 commit comments