From: ts Date: 2005-04-12T23:56:33+09:00 Subject: Re: extension question: hiding block proc >>>>> "R" == Robert Klemme writes: R> I find it difficult to translate what you wrote correctly. Do you do the R> equivalent of this? no, R> I don't see how that could call your each method additional times. because rb_class_new_instance() don't call rb_funcall2() (what do your ASub.new) and has access to the block given to the method. Guy Decoux