Sha256: d992cd1725af18b36fa91be23337d2e8b2412bcbf2c65d17bfb7ab727ec77be6
Contents?: true
Size: 852 Bytes
Versions: 231
Compression:
Stored size: 852 Bytes
Contents
<% define 'Root' do %> <% file 'testout.txt' do %> Document: <%= title %> <%nl%> <%iinc%> by <% expand 'content/author::Author', :foreach => authors, :separator => ' and ' %> <%idec%> <%nl%> Index:<%iinc%> <% for c in chapters %> <% nr = (nr || 0); nr += 1 %> <% expand 'index/chapter::Root', nr, this, :for => c %> <% end %><%idec%> <%nl%> ---------------- <%nl%> Chapters in one line: <% expand 'content/chapter::Root', :foreach => chapters, :separator => ", " %><%nl%> <%nl%> Chapters each in one line: <% expand 'content/chapter::Root', :foreach => chapters, :separator => ",\r\n" %><%nl%> <%nl%> Here are some code examples: <% expand 'code/array::ArrayDefinition', :for => sampleArray %> <% end %> <% end %> <% define 'TextFromRoot' do %> Text from Root <% end %>
Version data entries
231 entries across 231 versions & 3 rubygems