On Nov 26, 2009, at 00:59 , Marc Hoeppner wrote: > require 'rubygems' > gem 'ruby-foo-bar', '0.9.2' > > That doesn't throw an error, but the game is apparently not loaded as > the modules and classes are not recognized subsequently. gem doesn't load any files, it just activates the right gem. require 'rubygems' gem 'ruby-foo-bar', '0.9.2' require 'bar'