6 lines
145 B
Plaintext
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
|