# File lib/chef/cookbook/file_vendor.rb, line 33
      def self.create_from_manifest(manifest)
        raise "Must call Chef::Cookbook::FileVendor.on_create before calling create_from_manifest factory" unless defined?(@instance_creator)
        @instance_creator.call(manifest)
      end