Gem::Installer
this class hijacks the functionality of Gem::Installer by overloading its initializer to only provide the information needed by Gem::Installer#build_extensions (which happens to be what we have)
# File lib/rails/gem_builder.rb, line 14 def initialize(spec, gem_dir) @spec = spec @gem_dir = gem_dir end
silence the underlying builder
# File lib/rails/gem_builder.rb, line 20 def say(message) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.