# File lib/rubigen/manifest.rb, line 18 def initialize(target = nil) @target, @actions = target, [] yield self if block_given? end