From: Joel VanderWerf Date: 2006-12-18T12:12:42+09:00 Subject: Re: [ANN] FXIrb 0.3.0 - the "it lives!" release Martin DeMello wrote: > * If anyone knows how to gracefully detect the installed version of > fox and select the correct 'require', do tell me. how about this? begin require 'fox16' rescue LoadError require 'fox14' end -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407