From: Dave Bass Date: 2008-05-24T23:57:27+09:00 Subject: Re: Prevent ruby constant variables from changing? Joel VanderWerf wrote: > you have to stick to the self.Const syntax though. Yes indeed, self.Const and Const are two different objects. Also you can redefine self.Const at any time (using def). So it's by no means a perfect solution. -- Posted via http://www.ruby-forum.com/.