class Bundler::Installer

def self.install(root, definition, options = {})

For more information see the #run method on this class.
Begins the installation process for Bundler.
def self.install(root, definition, options = {})
  installer = new(root, definition)
  installer.run(options)
  installer
end