From: Daniel Harple Date: 2006-01-12T14:19:14+09:00 Subject: Re: Newbie question: find source code of Enumerable, Comparable etc. gtcc2009@yahoo.com wrote: > Kernel, Enumerable, Comparable, String, Array etc. > > Is there any hint on where I can find those source files? > > Thanks, > > Dor They are wrote in C, so download the ruby source to view them. -- Daniel