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