Class ChangeSet::DeleteOperation
In: lib/fastcst/changeset.rb
Parent: Object

An operation which deletes a given file. It only needs the path during initialization, and just blindly deletes the file when run.

Methods

new   run   skip   test  

Public Class methods

Records the path that needs to be deleted.

Public Instance methods

Changes to the dir and deletes the file.

Skip for delete does nothing.

Performs tests to see if it’s safe/possible to perform this operation

[Validate]