From: Gavin Sinclair Date: 2004-10-22T09:28:46+09:00 Subject: Re: CamelCase issues On Friday, October 22, 2004, 3:27:47 AM, trans. wrote: > Actually I would like to see Ruby move away from the significance of > capitalization if possible. The only significance of capitalisation in Ruby is a single rule: * if it begins with a capital letter, it's (probably) a constant That's quite justifiable and shouldn't change, IMO. The only change I'd like to see is the "(probably)" removed, which would outlaw methods like Kernel.Integer(). Gavin