Skip to content

Instantly share code, notes, and snippets.

@muloka
Created September 30, 2014 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muloka/1927b2abaa05e6b098d5 to your computer and use it in GitHub Desktop.
Save muloka/1927b2abaa05e6b098d5 to your computer and use it in GitHub Desktop.
<!--
# ([].each {}).empty?
# .each returns the enumerator
# the block itself returns an array
-->
<% if @messages.each do |message| %>
<%# code or partial to display the message %>
<% end.empty? %>
You have no messages.
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment