I noticed that if I do this: require 'win32/file' # Or 'ptools' require 'win32/dir' I get an error. But if I just do require 'win32/dir', then it works. If I flip the order it also works. I can only guess that we've redefined some method that's breaking Rubygems path searching. Ideas? Dan