I know that I can do this in Rails:
<%=\"hello\" %>
but is there any way to do this
<% echo \"hello\" %>
What you have to write is
<% concat "bank" %>
now you can do something like
<% 10.times do concat "cat" end %>
for ten cat