4 lines
112 B
Text
4 lines
112 B
Text
$ erubis -x -b example9.eruby
|
|
for item in @list
|
|
_buf << ' <b>'; _buf << ( item ).to_s; _buf << '</b>
|
|
'; end
|