new(spec)
Constructs a builder instance for the provided specification
spec
The specification instance
# File lib/rubygems/builder.rb, line 27 def initialize(spec) @spec = spec end