summaryrefslogtreecommitdiffhomepage
path: root/images/benchmarks/ruby/index.erb
blob: 7f7300e80672f8791623202b1cc2dfea4b0a3fd7 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
<body>
    <% text.each do |t| %>
        <p><%= t %></p>
    <% end %>
</body>
</html>