Module: VagrantPlugins::PersistentStorage

Defined in:
lib/vagrant-persistent-storage.rb,
lib/vagrant-persistent-storage/action.rb,
lib/vagrant-persistent-storage/config.rb,
lib/vagrant-persistent-storage/plugin.rb,
lib/vagrant-persistent-storage/version.rb,
lib/vagrant-persistent-storage/manage_storage.rb,
lib/vagrant-persistent-storage/action/attach_storage.rb,
lib/vagrant-persistent-storage/action/create_adapter.rb,
lib/vagrant-persistent-storage/action/create_storage.rb,
lib/vagrant-persistent-storage/action/detach_storage.rb,
lib/vagrant-persistent-storage/action/manage_storage.rb

Defined Under Namespace

Modules: Action, ManageStorage Classes: Config, Plugin

Constant Summary collapse

VERSION =
"0.0.17"

Class Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/vagrant-persistent-storage.rb', line 6

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