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

10 lines
218 B
Plaintext

$ ruby example9.rb
_buf = ''; for item in @list
_buf << ' <b>'; _buf << ( item ).to_s; _buf << '</b>
'; end
_buf.to_s
--------------
for item in @list
_buf << ' <b>'; _buf << ( item ).to_s; _buf << '</b>
'; end