$ erubis -x example9.eruby _buf = ''; for item in @list _buf << ' '; _buf << ( item ).to_s; _buf << ' '; end _buf.to_s