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

Responsible for deleting the directories which don’t exist anymore but doing it so that there is no damage if the person has some files in the directory.

Methods

new   run   skip   test  

Attributes

created_dirs  [R] 
deleted_dirs  [R] 

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]