From: Skeets Date: 2006-11-13T02:40:04+09:00 Subject: Re: RubyGems Issue > Timothy Hunter wrote: > Skeets wrote: > Don't you mean "require 'rubygems'"? The "require" method causes a file > to be loaded. The "include" method adds a module's constants, methods > and module variables into the current module. Timothy, that is what i actually did, i just articulated it wrong. if i have rubygems installed, i should be able to automatically... irb> require 'rubygems' right? or is that wrong? do i need to do something else to make it work? could it be confused about the gems directory path (or is directory path irrelevant?)?. tia...