default.txt 255 B

12345678910
  1. <%# this is a comment %>
  2. <% @posts.each do |post| %>
  3. <p><%= link_to post.title, post %></p>
  4. <% end %>
  5. <%- available_things = things.select(&:available?) -%>
  6. <%%- x = 1 + 2 -%%>
  7. <%% value = 'real string #{@value}' %%>
  8. <%%= available_things.inspect %%>