instiki/vendor/plugins/erubis/test/data/users-guide/example4_x.result
2010-07-04 08:51:53 -05:00

6 lines
145 B
Plaintext

$ erubis -x -p '<!--% %-->' example4.eruby
_buf = ''; for item in list
_buf << ' <p>'; _buf << ( item ).to_s; _buf << '</p>
'; end
_buf.to_s