From: Mark Wilden Date: 2008-05-25T00:47:57+09:00 Subject: Re: Prevent ruby constant variables from changing? On May 24, 2008, at 4:12 AM, Sebastian Hungerecker wrote: > ara.t.howard wrote: >> On May 23, 2008, at 7:02 AM, Mark Wilden wrote: >>> Is :: a synonym for . in this context? >> >> 'in any context'::upcase > > In the following context :: is not a synonym for .: > class A; class B; end end > A::B #works > A.B #does not The context I was thinking it did not apply was 1.2 :) ///ark