Module: VagrantPlugins::Unify

Defined in:
lib/vagrant-unify.rb,
lib/vagrant-unify/config.rb,
lib/vagrant-unify/helper.rb,
lib/vagrant-unify/plugin.rb,
lib/vagrant-unify/version.rb,
lib/vagrant-unify/command-pull.rb,
lib/vagrant-unify/command-push.rb,
lib/vagrant-unify/command-sync.rb

Defined Under Namespace

Classes: Command, Config, Plugin, UnifyHelper

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.source_rootObject



8
9
10
# File 'lib/vagrant-unify.rb', line 8

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