$ erubis -x -p '' example4.eruby _buf = ''; for item in list _buf << '

'; _buf << ( item ).to_s; _buf << '

'; end _buf.to_s