From: matt@... (matt neuburg) Date: 2009-03-01T10:09:00+09:00 Subject: Re: double colons in class def Aaron Patterson wrote: > On Sun, Mar 01, 2009 at 07:54:03AM +0900, matt neuburg wrote: > > In this phrase: > > > > class IterString < ::String > > # whatever > > end > > > > what do the double-colons do? Thx - m. > > > The double colons make sure that ruby looks at the top level for the constant. Right, I see, I was testing it in a place where String and ::String were the same; that's why I couldn't see a difference. :) Thx - m. -- matt neuburg, phd = matt@tidbits.com, http://www.tidbits.com/matt/ Leopard - http://www.takecontrolbooks.com/leopard-customizing.html AppleScript - http://www.amazon.com/gp/product/0596102119 Read TidBITS! It's free and smart. http://www.tidbits.com