From: nobu.nokada@... Date: 2005-07-13T00:04:28+09:00 Subject: Re: accessing index inside map Hi, At Tue, 12 Jul 2005 15:47:35 +0900, Yukihiro Matsumoto wrote in [ruby-talk:147846]: > |Enumerator needs its own initialization routine to be called > |after Init_GC() got run, so one alternative Would be to move > |enumerator.c to the top directory. > > Adding Init_Enumerable() as well in the enum.c seems enough for me. > Don't forget to modify inits.c too. I think "enumerator" feature is needed to be provided for backward compatibility's sake. And rb_provide() can't be called before Init_load() (not Init_GC(), sorry). # Now I'm merging documents in enumerator.txt to enumerator.c. -- Nobu Nakada