lib/tap/generator/destroy.rb in tap-gen-0.2.0 vs lib/tap/generator/destroy.rb in tap-gen-0.3.0

- old
+ new

@@ -1,8 +1,8 @@ module Tap module Generator - # A mixin defining how to run manifest actions in reverse. + # :startdoc::module A mixin defining how to run manifest actions in reverse. module Destroy # Iterates over the actions in reverse, and collects the results. def iterate(actions) results = []