10 filesupdated Jun 18, 2026
files6Download
./libJun 16, 2026./testJun 16, 2026init.rbJun 16, 2026MIT-LICENSEJun 16, 2026RakefileJun 16, 2026READMEJun 18, 2026README
Recursable
Recursable is a plugin that provides a method for recursing through trees and nested sets.
<% @things.recurse do |thing, recurse| -%> <li> <%=h thing.name %> <% unless thing.children.empty? -%> <ul><% recurse.call %></ul> <% end %> <% end %> <% end -%>
Copyright (c) 2007 Daniel Morrison, Collective Idea, released under the MIT license