From: Christopher Dicely Date: 2009-03-21T18:50:02+09:00 Subject: Re: & - FixNum - method doubt 2009/3/21 jazzez ravi : > Leo wrote: >>> And few more .. >> >> http://www.ruby-doc.org/core-1.9/classes/ >> http://www.ruby-doc.org/core-1.9/classes/Fixnum.html > > Hi Leo, > > http://www.ruby-doc.org/core-1.9/classes/Fixnum.html also I couldn't > find the methods like, > > __id__ > __send__ > denominator > Methods that appear for instances of a particular class may be defined in ancestors of that class (or included modules, either of the class or its ancestors), rather than than in the class itself. In this case __id__ and __send__ are Kernel methods (probably documented under Object, rather than Kernel) and denominator is, I think, defined in Numeric.