On Sunday 11 September 2005 03:46 pm, Phil Tomson wrote: > In article <IJXUe.3397$S26.923 / tornado.texas.rr.com>, > > itsme213 <itsme213 / hotmail.com> wrote: > >When requiring a gem with > > require 'gemname' > > > >I seem to get a consistent return of "false", even when the gem has been > >loaded successfully. This does not match the spec of 'require'. I'm not seeing this ... $ irb --simple-prompt >> require 'rake' => true >> require 'rake' => false >> Just to be sure ... > >When requiring a gem with > > require 'gemname' You realize that require works with file names, not gem names ... right? -- -- Jim Weirich jim / weirichhouse.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)