From: James Edward Gray II Date: 2006-03-14T22:45:12+09:00 Subject: Re: Newbie question about the # symbol On Mar 14, 2006, at 7:20 AM, Justin wrote: > Here is an example: > http://www.rubycentral.com/book/ref_c_io.html#IO.select > > On the above page there is a link to "Kernel#select" which is a class > method. Actually, all the Kernel methods are instance methods, so they can be mixed into Object. James Edward Gray II