Module: VagrantPlugins::Pcc::Action

Defined in:
lib/vagrant-pcc/action.rb,
lib/vagrant-pcc/action/cleanup.rb

Defined Under Namespace

Classes: Cleanup

Class Method Summary collapse

Class Method Details

.cleanupObject



9
10
11
12
13
# File 'lib/vagrant-pcc/action.rb', line 9

def self.cleanup
  Vagrant::Action::Builder.new.tap do |b|
    b.use Cleanup
  end
end