class Build::Files::Monitor::Polling
def track_changes(files, &block)
def track_changes(files, &block) handle = Handle.new(self, files, &block) add(handle) end
def track_changes(files, &block) handle = Handle.new(self, files, &block) add(handle) end