From: Rodrigo Bermejo Date: 2009-01-10T08:29:51+09:00 Subject: Re: Turn off warnings in ruby Jim Burgess wrote: > I solved the problem :-) > I was using the latest version of FXRuby (1.6.16) > I uninstalled this and dropped back to the previous version. > Now when I run the programs everything works as it should. > I guess I should have thought of this sooner. > Thanks for the help. You could get rid of those warning messages this way: $VERBOSE = nil -r. -- Posted via http://www.ruby-forum.com/.