Module: VagrantPlugins::Mount
- Defined in:
- lib/vagrant-mount.rb,
lib/vagrant-mount/plugin.rb,
lib/vagrant-mount/version.rb,
lib/vagrant-mount/commands/mount.rb,
lib/vagrant-mount/commands/unmount.rb
Defined Under Namespace
Modules: Command Classes: Plugin
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
9 10 11 |
# File 'lib/vagrant-mount.rb', line 9 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |