From: Xavier Noria Date: 2007-11-11T02:10:14+09:00 Subject: top-level methods and constants A couple of questions regarding the top-level environment of execution. * The Pickaxe says on page 376 that top-level methods are defined as private instance methods of Object, whereas Ruby for Rails says on page 203 they are private instance methods of the Kernel module. Which one is correct? * Which is the actual container of a top-level constant? -- fxn