Hi, Can anyone please point me to some docs on Enumerable. I can''t seem to find anything on how to use it. Thanx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060327/0825d5e8/attachment-0001.html
Liquid wrote:> Can anyone please point me to some docs on Enumerable. I can''t seem to > find anything on how to use it.Enumerable is documented in _Programming Ruby_ Here''s a link to the version 1 documentation for Enumerable. http://www.ruby-doc.org/docs/ProgrammingRuby/html/ref_m_enumerable.html Ray
Thanx Ray Youre a life saver On 3/27/06, Ray Baxter <ray@warmroom.com> wrote:> > Liquid wrote: > > > Can anyone please point me to some docs on Enumerable. I can''t seem to > > find anything on how to use it. > > Enumerable is documented in _Programming Ruby_ Here''s a link to the > version 1 documentation for Enumerable. > > http://www.ruby-doc.org/docs/ProgrammingRuby/html/ref_m_enumerable.html > > Ray > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060327/5c966e53/attachment.html
You can also use Ruby''s built-in documentation utility -- ri -- from the command line (assuming you have Ruby installed). Like so: ri Enumerable ...should give you a run-down of the rdoc for Enumerable. There''s also ruby-doc.org. On Mar 26, 2006, at 10:53 PM, Liquid wrote:> Thanx Ray Youre a life saver > > On 3/27/06, Ray Baxter <ray@warmroom.com> wrote: > Liquid wrote: > > > Can anyone please point me to some docs on Enumerable. I can''t > seem to > > find anything on how to use it. > > Enumerable is documented in _Programming Ruby_ Here''s a link to the > version 1 documentation for Enumerable. > > http://www.ruby-doc.org/docs/ProgrammingRuby/html/ > ref_m_enumerable.html > > Ray > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060327/06119bbd/attachment.html