Require 'rubygems' but return false

i just installed the one click installer 1.8.5 on windows, but i can
not use any gems
coz require ‘rubygems’ return false.
is there any thing i have to config? thanks :slight_smile:

On 9/28/06, Haofei [email protected] wrote:

i just installed the one click installer 1.8.5 on windows, but i can
not use any gems
coz require ‘rubygems’ return false.
is there any thing i have to config? thanks :slight_smile:

The false return value just means that the library has already been
loaded.
It would have thrown a LoadError had it not been successful.

Josh