Class: VagrantPlugins::VagrantHyperV::Action::Package
- Inherits:
-
Vagrant::Action::General::Package
- Object
- Vagrant::Action::General::Package
- VagrantPlugins::VagrantHyperV::Action::Package
- Defined in:
- lib/vagrant-windows-hyperv/action/package.rb
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#general_call ⇒ Object
Doing this so that we can test that the parent is properly called in the unit tests.
Instance Method Details
#call(env) ⇒ Object
15 16 17 |
# File 'lib/vagrant-windows-hyperv/action/package.rb', line 15 def call(env) general_call(env) end |
#general_call ⇒ Object
Doing this so that we can test that the parent is properly called in the unit tests.
14 |
# File 'lib/vagrant-windows-hyperv/action/package.rb', line 14 alias_method :general_call, :call |