From: Kenosis Date: 2006-11-04T00:30:17+09:00 Subject: Re: foxGUIb & ruby 1.8.5 spewing hundreds of errors at launch time. NoonKnight wrote: > Until the 1.8.5 bug is fixed, just precede the "require" with: $VERBOSE > = nil > > example: > $VERBOSE = nil # ruby 1.8.5 bug work-around > require 'fox12' > $VERBOSE = true Thanks to all - much appreciated. Ken