Method: PDK::Module::UpdateManager#remove_file

Defined in:
lib/pdk/module/update_manager.rb

#remove_file(path) ⇒ Object

Store a pending file removal.

Parameters:

  • path (String)

    The path to the file to be removed.



34
35
36
# File 'lib/pdk/module/update_manager.rb', line 34

def remove_file(path)
  @removed_files << path
end