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