DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
If Else For Each Without Writing Extra Lines!
a = [1, 2] if a.each do |i| puts i end.empty? puts "Empty" end
<a href="http://www.freezzo.com">http://www.freezzo.com</a>





