Method: Vagrant::Plugin::V2::Guest#initialize

Defined in:
lib/vagrant/plugin/v2/guest.rb

#initialize(vm) ⇒ Guest

Initializes the system. Any subclasses MUST make sure this method is called on the parent. Therefore, if a subclass overrides initialize, then you must call super.



22
23
24
# File 'lib/vagrant/plugin/v2/guest.rb', line 22

def initialize(vm)
  @vm = vm
end