replace an abstract predicate

This commit is contained in:
Alex Ford
2021-10-12 15:27:10 +01:00
parent 48f3d48a11
commit 44499cab51

View File

@@ -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.