On Sep 30, 2008, at 13:51 PM, Jim Freeze wrote:

One way (just one, mind you) is that if require_gem really required
the gem. So, you would have

 require_gem 'gem_name_here'

and the gem did the requiring of the files internal.


There is no require_gem (anymore).

$ ruby -rubygems -e 'require_gem "ZenTest"'
-e:1: undefined method `require_gem' for main:Object (NoMethodError)

_______________________________________________
Rubygems-developers mailing list
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to