Module: VagrantPlugins::MountCommand

Defined in:
lib/vagrant-mountcommand.rb,
lib/vagrant-mountcommand/action.rb,
lib/vagrant-mountcommand/config.rb,
lib/vagrant-mountcommand/plugin.rb,
lib/vagrant-mountcommand/version.rb

Defined Under Namespace

Modules: Action Classes: Config, Plugin

Constant Summary collapse

VERSION =
'0.0.2'

Class Method Summary collapse

Class Method Details

.source_rootObject



13
14
15
# File 'lib/vagrant-mountcommand.rb', line 13

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