Class: VagrantPlugins::Utm::Action::Package

Inherits:
Vagrant::Action::General::Package
  • Object
show all
Defined in:
lib/vagrant_utm/action/package.rb

Overview

This action packages the virtual machine into a box

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



16
17
18
# File 'lib/vagrant_utm/action/package.rb', line 16

def call(env)
  general_call(env)
end

#general_callObject

Doing this so that we can test that the parent is properly called in the unit tests.



15
# File 'lib/vagrant_utm/action/package.rb', line 15

alias general_call call