Class: VagrantPlugins::Utm::Action::PackageSetupFiles
- Inherits:
-
Vagrant::Action::General::PackageSetupFiles
- Object
- Vagrant::Action::General::PackageSetupFiles
- VagrantPlugins::Utm::Action::PackageSetupFiles
- Defined in:
- lib/vagrant_utm/action/package_setup_files.rb
Overview
This action sets up the files that are used in the package process.
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
16 17 18 |
# File 'lib/vagrant_utm/action/package_setup_files.rb', line 16 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.
15 |
# File 'lib/vagrant_utm/action/package_setup_files.rb', line 15 alias general_call call |