# File lib/bundler/vendor/molinillo/lib/molinillo/state.rb, line 23
    def self.empty
      new(nil, [], DependencyGraph.new, nil, nil, 0, Set.new)
    end