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

8 lines
184 B
Plaintext

$ erubis -xE PercentLine percentline-example.rhtml
_buf = ''; for item in list
_buf << ' <b>'; _buf << ( item ).to_s; _buf << '</b>
'; end
_buf << '% lines with \'%%\'
';
_buf.to_s