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
Class Method Summary collapse
-
.source_root ⇒ Object
The source root is the path to the root directory of the VagrantBundler gem.
Class Method Details
.source_root ⇒ Object
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.('../../', __FILE__)) end |