From: Alex Gutteridge Date: 2007-10-11T12:48:22+09:00 Subject: Re: how to ignore warning On 11 Oct 2007, at 12:26, Konrad Meyer wrote: > Quoth Pokkai Dokkai: >> how to ignore warning messages in ruby (when executing ruby code) > > Close your eyes and tap your heels thrice. > No, really, ignoring things is as easy as not looking at them. (In all > likelihood you should fix your code to not have warnings instead.) I agree with Konrad that you should probably fix warnings rather than ignore, but -W is the command line flag you want. -W1 is standard, - W2 is verbose, -W0 is no warnings whatsoever. Alex Gutteridge Bioinformatics Center Kyoto University