Module: VagrantPlugins::HYPERKIT

Defined in:
lib/vagrant-hyperkit.rb,
lib/vagrant-hyperkit/action.rb,
lib/vagrant-hyperkit/config.rb,
lib/vagrant-hyperkit/errors.rb,
lib/vagrant-hyperkit/plugin.rb,
lib/vagrant-hyperkit/version.rb,
lib/vagrant-hyperkit/provider.rb,
lib/vagrant-hyperkit/util/timer.rb,
lib/vagrant-hyperkit/action/boot.rb,
lib/vagrant-hyperkit/action/import.rb,
lib/vagrant-hyperkit/action/is_created.rb,
lib/vagrant-hyperkit/action/is_stopped.rb,
lib/vagrant-hyperkit/action/read_state.rb,
lib/vagrant-hyperkit/action/read_ssh_info.rb,
lib/vagrant-hyperkit/action/stop_instance.rb,
lib/vagrant-hyperkit/action/wait_for_state.rb,
lib/vagrant-hyperkit/util/vagrant-hyperkit.rb,
lib/vagrant-hyperkit/action/timed_provision.rb,
lib/vagrant-hyperkit/action/terminate_instance.rb,
lib/vagrant-hyperkit/action/message_not_created.rb,
lib/vagrant-hyperkit/action/message_already_created.rb,
lib/vagrant-hyperkit/action/message_will_not_destroy.rb

Defined Under Namespace

Modules: Action, Errors, Util Classes: Config, Plugin, Provider

Constant Summary collapse

VERSION =
'0.4.3'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


18
19
20
# File 'lib/vagrant-hyperkit.rb', line 18

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