def todo @item_count = 0 yield puts @item_count end def item(desc, attributes) @item_count = @item_count+1 end