Sha256: 497d58549d0ab7e8e75a0594b2a31c4c7409e59f457d53b621c2ab69ea09c1ce
Contents?: true
Size: 269 Bytes
Versions: 6
Compression:
Stored size: 269 Bytes
Contents
Test the Concat Helper <% concat( "Concat Text", binding ) -%> <% def tester( &block ) -%> <% concat( "Start Tester Block", block.binding ) %> <% yield %> <% concat( "Finish Tester Block", block.binding ) %> <% end %> <% tester do %> In Tester Block <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems