faster_require
faster_require copied to clipboard
rubygems 1.8.2
I want to do this [code] Now edit the rubygems.rb file, and add a require line to the top of it of the faster_require file, like this: require 'd:/Ruby192/lib/ruby/gems/1.9.1/gems/faster_require-0.6.0/lib/faster_require.rb'[/code]
But latest version of rubygems(1.8.2) doesn't have rubygems.rb. In which file I need add this line?
Odd. I'm thinking this is a bug in rubygems itself: http://www.ruby-forum.com/topic/1690874#998924
Anyway, if you do a gem which rubygems, look in its parent directory and you should see a "rubygems.rb" file-- try that one and report back :) -r