Method: Bob::Builder#initialize

Defined in:
lib/bob/builder.rb

#initialize(buildable) ⇒ Builder

Instantiate the Builder, passing an object that understands the Buildable interface.



11
12
13
# File 'lib/bob/builder.rb', line 11

def initialize(buildable)
  @buildable = buildable
end