Parent

Methods

Class/Module Index [+]

Quicksearch

Rails::GemBuilder

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)

Public Class Methods

new(spec, gem_dir) click to toggle source
# File lib/rails/gem_builder.rb, line 14
def initialize(spec, gem_dir)
  @spec    = spec
  @gem_dir = gem_dir
end

Public Instance Methods

say(message) click to toggle source

silence the underlying builder

# File lib/rails/gem_builder.rb, line 20
def say(message)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.