Class: VagrantPlugins::Utm::Action::PackageSetupFolders
- Inherits:
-
Vagrant::Action::General::PackageSetupFolders
- Object
- Vagrant::Action::General::PackageSetupFolders
- VagrantPlugins::Utm::Action::PackageSetupFolders
- Defined in:
- lib/vagrant_utm/action/package_setup_folders.rb
Overview
This action sets up the folders 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
18 19 20 |
# File 'lib/vagrant_utm/action/package_setup_folders.rb', line 18 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.
17 |
# File 'lib/vagrant_utm/action/package_setup_folders.rb', line 17 alias general_call call |