Sha256: 62be8660086d5c534ad1c237a1ea28312c97752e204218aa6d3b8292e3ceb983
Contents?: true
Size: 386 Bytes
Versions: 19
Compression:
Stored size: 386 Bytes
Contents
module Adminix module LogWatchHandler def file_modified #puts "#{path} modified" unless Service.instance.syncing_logs Service.instance.new_logs = true end end def file_moved #puts "#{path} moved" end def file_deleted #puts "#{path} deleted" end def unbind #puts "#{path} monitoring ceased" end end end
Version data entries
19 entries across 19 versions & 1 rubygems