# File lib/bundler/index.rb, line 3
    def self.build
      i = new
      yield i
      i
    end