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