From: Ryan Lewis Date: 2008-05-30T21:22:33+09:00 Subject: Re: Proc multiple returns? Andreas Warberg wrote: >... You dont understand, I'm making a simple HTML module for easy document creating. The code will look like this: HTML::body { "blahblah" HTML::h1 { "zomg headers" } } Assuming HTML::h1 returns "

zomg headers

", HTML::body will only return "

zomg headers

". But I need it to return ["blahblah", "

zomg headers

"] -- Posted via http://www.ruby-forum.com/.