Subject: [ruby-talk:25580] Re: Constants and Variables
From: "HarryO" <harryo zipworld.com.au>
Date: Sat, 17 Nov 2001 03:35:38 +0900
References: * 25574
> max_size = 100.freeze
I just tried this and it doesn't work!! In fact, even if I do ...
max_size.freeze
I can still chane it. What's the story there? Obviously, I'm missing
something about how freeze works.