Sha256: ea78dcca61247b03d25b55711836231643e07380e6569506940ad2649106e14d

Contents?: true

Size: 232 Bytes

Versions: 6

Compression:

Stored size: 232 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 ) 


- tester do 
  In Tester Block

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
merb-0.4.1 spec/fixtures/views/template_views/interface_concat_haml.html.haml
merb-0.4.2 spec/fixtures/views/template_views/interface_concat_haml.html.haml
merb-0.5.0 spec/fixtures/views/template_views/interface_concat_haml.html.haml
merb-0.5.1 spec/fixtures/views/template_views/interface_concat_haml.html.haml
merb-0.5.2 spec/fixtures/views/template_views/interface_concat_haml.html.haml
merb-0.5.3 spec/fixtures/views/template_views/interface_concat_haml.html.haml