# File lib/chef/cookbook/synchronizer.rb, line 64
    def initialize(cookbooks_by_name, events)
      @cookbooks_by_name, @events = cookbooks_by_name, events
    end