From: Thomas Wieczorek Date: 2008-03-07T04:06:12+09:00 Subject: Re: Double colon vs module block On Thu, Mar 6, 2008 at 7:51 PM, Daniel Mendler wrote: > > That's exactly the exception I got. Can you explain why this happens? > I can't explain you why it happens, but it works if you add the module before the constant: module A SOMETHING = "bla" end class A::B puts A::SOMETHING end