Method: LibGems::Builder#initialize

Defined in:
lib/libgems/builder.rb

#initialize(spec) ⇒ Builder

Constructs a builder instance for the provided specification

spec
LibGems::Specification

The specification instance



32
33
34
# File 'lib/libgems/builder.rb', line 32

def initialize(spec)
  @spec = spec
end