From: "ara.t.howard" Date: 2008-08-22T05:51:16+09:00 Subject: Re: What does :: mean at the beginning? On Aug 21, 2008, at 2:41 PM, Iņaki Baz Castillo wrote: > Hi, looking at a Ruby code I've found this: > > repo = ::Logging::Repository.instance > > What does the first :: mean? > > Thanks. start a the 'top' namespace class A end module M class A end p ::A # the top level one, not the normally scoped one end a @ http://codeforpeople.com/ -- we can deny everything, except that we have the possibility of being better. simply reflect on that. h.h. the 14th dalai lama