On Wed, 16 Aug 2000, ts wrote: > >>>>> "H" == Hugh Sasse Staff Elec Eng <hgs / dmu.ac.uk> writes: > > H> /usr/local/lib/ruby/site_ruby/1.4/runit/version.rb:2: warning: already > H> initialized constant VERSION > > You are probably running ruby with -w > > I've the same warning with 1.4.6 (ruby -w) and RUNIT::VERSION == '0.2.3' That is interesting. My script has #!/usr/local/bin/ruby -w it is true, but I checked it out of RCS so it was not executable. I have been running the tests with ruby node.rb Can ruby detect the -w on the #! line? That seems an unusual arrangement! > > > Guy Decoux > > Hugh