Skip to content

Instantly share code, notes, and snippets.

@JuddL333
Created May 9, 2012 03:34
Show Gist options
  • Save JuddL333/2641612 to your computer and use it in GitHub Desktop.
Save JuddL333/2641612 to your computer and use it in GitHub Desktop.
<% @books.each do |book| %>
<% characters = book.title.chars.to_a %>
<% characters.each do |character| %>
<p><%= character %></p>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment