Sha256: e80b43159145511d2506b0860963bbd08fe5f85e85eb83e72290bd76dd5b4e59
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
module ActiveGit class FolderRemove def initialize(path) @path = path end def synchronize(synchronizer) synchronizer.define_job do ActiveGit.configuration.logger.debug "[ActiveGit] Removing folder #{@path}" FileUtils.rm_rf @path end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_git-0.0.3 | lib/active_git/events/folder_remove.rb |