class Bundler::Installer
def self.install(root, definition, options = {})
Begins the installation process for Bundler.
def self.install(root, definition, options = {}) installer = new(root, definition) installer.run(options) installer end
def self.install(root, definition, options = {}) installer = new(root, definition) installer.run(options) installer end