From: Jason Roelofs Date: 2009-05-04T09:26:55+09:00 Subject: Re: module lookup starting with "::" --00163630f1df195bdd04690b3846 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit It's simply saying "do the lookup starting at the global scope and work down" instead of "go up the scope hierarchy until you find what I'm looking for". Useful in the case where you might have similarly named classes in differing scopes and need to specify exactly which class you want. Jason On Sun, May 3, 2009 at 8:09 PM, PP Junty wrote: > hello, could anyone explain why sometimes a module is > referenced with "::" before its name? like in > > ::A::B::C > > is it equivalent to the regular form "A::B::C"? > > thanks > -- > Posted via http://www.ruby-forum.com/. > > --00163630f1df195bdd04690b3846--