Module: VagrantPlugins::Harddisk
- Defined in:
- lib/vagrant-harddisk.rb,
lib/vagrant-harddisk/config.rb,
lib/vagrant-harddisk/plugin.rb,
lib/vagrant-harddisk/version.rb,
lib/vagrant-harddisk/action/creation.rb
Defined Under Namespace
Modules: Action Classes: Config, Plugin
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
15 16 17 |
# File 'lib/vagrant-harddisk.rb', line 15 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |