lib/utopia/trenni.rb in utopia-0.9.46 vs lib/utopia/trenni.rb in utopia-0.9.47

- old
+ new

@@ -22,10 +22,10 @@ def expression(text) @parts << "#{text} ; " end def output(text) - @parts << "_out << #{text} ; " + @parts << "_out << (#{text}) ; " end def code parts = ['_out = [] ; '] + @parts + ['_out.join'] \ No newline at end of file