From: Mark Buckingham Date: 2008-08-02T13:19:01+09:00 Subject: Re: Ruby block: why doesn't this work? On Aug 1, 11:48 pm, Michael Guterl wrote: > bob = info 'bob' do |i| >   i.address "123 foo lane" >   i.city "oz" > end > > puts bob.inspect The yield worked, thanks.