From: "Brian Schröder" Date: 2004-11-24T17:33:51+09:00 Subject: Re: [Documentation Bug] Method Missing On Tue, 23 Nov 2004 06:13:54 +0900 Dave Thomas wrote: > > On Nov 22, 2004, at 15:01, Brian Schr�der wrote: > > > Another Thing I noticed. (I checked against the documentation at > > ruby-doc org. I hope that is the newest version.) > > k.methods[0..9] #=> ["kMethod", "freeze", "nil?", "is_a?", > > "class", "instance_variable_set", > > "methods", "extend", "send", > > "instance_eval"] > > k.methods.length #=> 42 > > > > > k.methods[0..9] > > ==>["clone", "protected_methods", "kMethod", "freeze", > > "instance_variable_set", "is_a?", "type", "methods", "method", "=~"] > > k.methods.length > > ==>41 > > > > The documentation is correct, but the list of methods in Object has > changed. > > > As a matter of interest, are the ruby-doc folks now maintaining the > documentation? > > > Cheers > > Dave > > And regarding the two snake_case vs camelCase issues is this going to be changed? Regards, Brian -- Brian Schr�der http://www.brian-schroeder.de/