Hi -- On Thu, 24 Sep 2009, Ramana Vel wrote:
> hi > > i am new to railsĀ > > would u tell me types of each iteratorĀ > > i used some of each iterators like each,each_index..... Most of the most common iterators in Ruby are in the Enumerable module, whose methods you can examine directly in irb or with ri. David -- David A. Black, Director Ruby Power and Light, LLC (http://www.rubypal.com) Ruby/Rails training, consulting, mentoring, code review Book: The Well-Grounded Rubyist (http://www.manning.com/black2) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

