class SyncWrap::ChangeUnGuard
Removes SyncWrap::ChangeGuard#change_guard_file, once all dependent components have successfully executed.
Public Instance Methods
install()
click to toggle source
# File lib/syncwrap/components/change_guard.rb, line 87 def install rudo <<-SH rm -f #{change_guard_file} SH end