Sha256: 85fd354234f7a14164d6345f1386506893c05ce532bbd2a492f9a98d6de58326

Contents?: true

Size: 186 Bytes

Versions: 214

Compression:

Stored size: 186 Bytes

Contents

$ erubis -xE HeaderFooter headerfooter-example.eruby

def list_items(items)

_buf = ''; for item in items 
 _buf << '  <b>'; _buf << ( item ).to_s; _buf << '</b>
'; end 
_buf.to_s

end

Version data entries

214 entries across 188 versions & 44 rubygems

Version Path
rango-0.1.pre vendor/erubis/test/data/users-guide/headerfooter_example.result
simple-templater-0.0.1 vendor/erubis/test/data/users-guide/headerfooter_example.result
merb-core-1.1.0.pre spec10/public/webrat/test_app/gems/gems/erubis-2.6.2/test/data/users-guide/headerfooter_example.result
erubis-2.6.5 test/data/users-guide/headerfooter_example.result
erubis-2.3.0 test/data/users-guide/headerfooter_example.result
erubis-2.6.1 test/data/users-guide/headerfooter_example.result
erubis-2.6.0 test/data/users-guide/headerfooter_example.result
erubis-2.5.0 test/data/users-guide/headerfooter_example.result
erubis-2.4.1 test/data/users-guide/headerfooter_example.result
erubis-2.4.0 test/data/users-guide/headerfooter_example.result
erubis-2.3.1 test/data/users-guide/headerfooter_example.result
erubis-2.6.2 test/data/users-guide/headerfooter_example.result
erubis-2.6.3 test/data/users-guide/headerfooter_example.result
erubis-2.6.4 test/data/users-guide/headerfooter_example.result