mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
replace an abstract predicate
This commit is contained in:
@@ -265,7 +265,7 @@ class ErbFile extends File {
|
||||
* For instance, a file named `foo.html.erb` has a template name of `foo`.
|
||||
* A partial template file named `_item.html.erb` has a template name of `item`.
|
||||
*/
|
||||
abstract string getTemplateName();
|
||||
string getTemplateName() { none() }
|
||||
|
||||
/**
|
||||
* Gets the erb template contained within this file.
|
||||
|
||||
Reference in New Issue
Block a user