Returns a new instance of Installer.
28 29 30 31 32
# File 'lib/bundler/installer.rb', line 28 def initialize(root, definition) @root = root @definition = definition @post_install_messages = {} end