Skip to content

Instantly share code, notes, and snippets.

@lfborjas
Created May 13, 2012 23:00
Show Gist options
  • Save lfborjas/2690686 to your computer and use it in GitHub Desktop.
Save lfborjas/2690686 to your computer and use it in GitHub Desktop.
<h1>Mi almuerzo</h1>
<ul>
<% ['pollo', 'arroz', 'pan integral'].each do |alimento| %>
<li>Me gusta comer <%= alimento %></li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment