From: Trans Date: 2007-01-05T13:13:39+09:00 Subject: Re: Pervasive Methods [was: Little Things] Chris Carter wrote: > :: is the scoping operator, so unless we can make crazy lowercase > constants that can be run, I don't think that that's teh way to go irb(main):001:0> obj = "string" => "string" irb(main):002:0> obj::class => String T.