lib/blueprints/helper.rb in blueprints-0.3.2 vs lib/blueprints/helper.rb in blueprints-0.3.3

- old
+ new

@@ -1,9 +1,10 @@ module Blueprints module Helper def build_plan(*names) - Namespace.root.build(*names) + result = Namespace.root.build(*names).last Namespace.root.copy_ivars(self) + result end alias :build :build_plan def demolish(*args) \ No newline at end of file