Module: Watchmaker::Assembler::ClassMethods

Defined in:
lib/watchmaker/assembler.rb

Instance Method Summary collapse

Instance Method Details

#build(profile) ⇒ Object Also known as: assemble

Assemble a profile, or build in memory only.



11
12
13
# File 'lib/watchmaker/assembler.rb', line 11

def build(profile)
  manufacture(profile, :build)
end