method

new

new(spec, gem_dir)
public

No documentation available.

# File railties/lib/rails/gem_builder.rb, line 11
    def initialize(spec, gem_dir)
      @spec    = spec
      @gem_dir = gem_dir
    end