Class: VagrantPlugins::Utm::Action::PackageSetupFolders

Inherits:
Vagrant::Action::General::PackageSetupFolders
  • Object
show all
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

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_callObject

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