From: Patrick Hurley Date: 2006-11-13T03:44:25+09:00 Subject: Re: RubyGems Issue On 11/12/06, Skeets wrote: > thank you very much. that result is not intuitive (especially since > the tutorial for fxruby displayed 'true' when doing this), but now that > you explained how it works, i can move on and start learning some > fxruby. FYI, the reason for this (I am guessing) is that you (or more likely the Ruby one click installer) has set the environment variable RUBYOPT with -rubygems. Which require rubygems (or was it ubygems :-) into your interpreter at startup automatically. pth