Phil Tomson wrote: > > Right. > In cases where I've seen this, require returns false but I am able to use > the classes/modules/methods defined in the file that was required (even > though it returned false). Sounds like the gem autorequire'd the module for you. Try requiring just the gem (require_gem) and see if that is enough. Thomas