Sha256: a9538f8659d89b91d090c4bf22e8fbb96831c90f74f8799bb97c5913822822f6
Contents?: true
Size: 299 Bytes
Versions: 3
Compression:
Stored size: 299 Bytes
Contents
# encoding: UTF-8 module Watchmaker module Assembler extend ActiveSupport::Concern module ClassMethods # Assemble a profile, or build in memory only. # def build(profile) manufacture(profile, :build) end alias :assemble :build end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
watchmaker-0.2.2 | lib/watchmaker/assembler.rb |
watchmaker-0.2.1 | lib/watchmaker/assembler.rb |
watchmaker-0.2.0 | lib/watchmaker/assembler.rb |