ruby--ruby/test/erb/hello.erb

5 lines
50 B
Plaintext

= hello
<% 3.times do |n| %>
* <%= n %>
<% end %>