summaryrefslogtreecommitdiff
path: root/test/erb/hello.erb
blob: d5ebcb73b9d796c3deeedeee200c82b5a2214fad (plain)
1
2
3
4
= hello
<% 3.times do |n| %>
* <%= n %>
<% end %>