Closed nishidy closed 8 years ago
…rapping SIGINT to close the file without exception.
To continue after watching file is stopped without exception.
trap :INT do notifier.close file.close end notifier.run # continue after watching file is stopped ...
This looks pretty good! Just a little more documentation and I'll merge it in.
Sorry for my late response. Updated as @nex3 suggested. Check, please.
…rapping SIGINT to close the file without exception.
To continue after watching file is stopped without exception.