module VagrantVbguest::Helpers::VmCompatible

Public Class Methods

included(base) click to toggle source
# File lib/vagrant-vbguest/helpers/vm_compatible.rb, line 12
def self.included(base)
  base.extend(ClassMethods)
end

Public Instance Methods

communicate() click to toggle source
# File lib/vagrant-vbguest/helpers/vm_compatible.rb, line 4
def communicate
  vm.communicate
end
driver() click to toggle source
# File lib/vagrant-vbguest/helpers/vm_compatible.rb, line 8
def driver
  vm.provider.driver
end