# File lib/bundler/installer.rb, line 6
    def self.install(root, definition, options = {})
      installer = new(root, definition)
      installer.run(options)
      installer
    end