So I took my erubis
for another spin.
I might try to fix this error myself later on, but for now, all I can do is pointing stuff out. I can’t find a contribute link anywhere anyway.
Using my small ruby
-script from earlier:
I can do erubis
stuff.
What I wanted to try was another bug I encountered while working.
If the very last line is a printing statement (<%=
) and it ends with a comment, it will break with the same syntax error as last time.
That is, this will break:
However, this will not:
And as last time, this will not break:
But this will: