Module: VagrantBundler

Defined in:
lib/vagrant_bundler.rb,
lib/vagrant_bundler/errors.rb,
lib/vagrant_bundler/command/base.rb,
lib/vagrant_bundler/command/bundle.rb,
lib/vagrant_bundler/command/bundle_list.rb,
lib/vagrant_bundler/command/bundle_open.rb,
lib/vagrant_bundler/command/bundle_show.rb

Defined Under Namespace

Modules: Command, Errors

Class Method Summary collapse

Class Method Details

.source_rootObject

The source root is the path to the root directory of the VagrantBundler gem.



13
14
15
# File 'lib/vagrant_bundler.rb', line 13

def self.source_root
  @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
end