From: dblack@... Date: 2007-01-09T23:10:13+09:00 Subject: Re: instance_eval Hi -- On Tue, 9 Jan 2007, Sachin Gadkar wrote: > Hi all, > I wanted to know the best place where I can find how instance_eval works. I ri instance_eval > also wanted to know how the implementation of .each { } in implemented for > Array class. It's defined in array.c. It goes through the array and yields each element in turn as it goes. David -- Q. What is THE Ruby book for Rails developers? A. RUBY FOR RAILS by David A. Black (http://www.manning.com/black) (See what readers are saying! http://www.rubypal.com/r4rrevs.pdf) Q. Where can I get Ruby/Rails on-site training, consulting, coaching? A. Ruby Power and Light, LLC (http://www.rubypal.com)