From: matz@... (Yukihiro Matsumoto) Date: 2003-09-23T20:53:20+09:00 Subject: Re: ruby -W0 bug? Hi, In message "ruby -W0 bug?" on 03/09/22, Austin Ziegler writes: |remus:~$ ruby -W0 -e 'warn "hello"' |hello |remus:~$ ruby -v -W0 -e 'warn "hello"' |ruby 1.8.0 (2003-09-12) [i686-linux] |hello | |I can understand if -v automatically overrides any instance of -W0, but this |doesn't seem right. Shouldn't -W0 suppress any warnings? You are right. I will fix this. matz.