From: Gavin Sinclair Date: 2002-10-12T12:06:50+09:00 Subject: Re: Different Behavior of Class Variables w.r.t ||= From: " JamesBritt" > > I think Ruby should have them on by default, and use a > > command-line switch to suppress them. > > Where do you put the switch if you've set a file as executable and run it > without specifying the interpreter? Fair enough. In Unix, of course, that's a non-issue. But there's a way around that as well... > Why not just set your RUBYOPT value to include warnings? ...why not set RUBYOPT to suppress them. My point is not for myself; I *always* use -w. *Always* :) My point is for other people. > James Gavin