| Class | Gem::Builder |
| In: |
lib/rubygems/builder.rb
|
| Parent: | Object |
The Builder class processes RubyGem specification files to produce a .gem file.
Constructs a builder instance for the provided specification
| spec: | [Gem::Specification] The specification instance |
# File lib/rubygems/builder.rb, line 27
27: def initialize(spec)
28: @spec = spec
29: end