Module: VagrantPlugins::Vmck
- Defined in:
- lib/vagrant-vmck.rb,
lib/vagrant-vmck/action.rb,
lib/vagrant-vmck/client.rb,
lib/vagrant-vmck/config.rb,
lib/vagrant-vmck/plugin.rb,
lib/vagrant-vmck/version.rb,
lib/vagrant-vmck/provider.rb,
lib/vagrant-vmck/action/create.rb,
lib/vagrant-vmck/action/destroy.rb,
lib/vagrant-vmck/action/read_job.rb,
lib/vagrant-vmck/action/connect_vmck.rb
Defined Under Namespace
Modules: Action Classes: Client, Config, Plugin, Provider
Constant Summary collapse
- VERSION =
"0.4.2"
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
11 12 13 |
# File 'lib/vagrant-vmck.rb', line 11 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |