Subject: Is this old style Ruby?
From: centrepins gmail.com
Date: Tue, 15 Feb 2005 22:54:54 +0900
In Why's guide, I see the line:
File::open( ...etc.
Up 'til now I've always written this as:
File.open( ...etc.
(ie. using a . rather than a ::). Am I right in thinking the :: for
accessing class methods is now old-style?
G