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

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


15
16
17
# File 'lib/vagrant-harddisk.rb', line 15

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