class HashiCorp::VagrantVMwareDesktop::Action::PrepareSyncedFolderCleanup

Public Class Methods

new(app, env) click to toggle source
# File lib/vagrant-vmware-desktop/action/prepare_synced_folder_cleanup.rb, line 7
def initialize(app, env)
  @app = app
end

Public Instance Methods

call(env) click to toggle source
# File lib/vagrant-vmware-desktop/action/prepare_synced_folder_cleanup.rb, line 11
def call(env)
  env[:nfs_valid_ids] = env[:machine].provider.driver.read_running_vms

  @app.call(env)
end