From: Daniel N Date: 2007-08-09T11:31:41+09:00 Subject: [OT] Markaby How to yield to a capture block? ------=_Part_153_24866133.1186626705847 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Please excuse me if this is not the right forum. I looked for a markaby one but couldn't find one. I'd like to be able to yield a builder type object, or any args really, to a capture block in markaby. Something like this capture( MyBuilder.new ) do |builder| p builder.some_text_returning_method end How can I do this? Cheers Daniel ------=_Part_153_24866133.1186626705847--