2016-01-21 23:40:00 +01:00

7 lines
249 B
Plaintext

This is a simple wrapper over the inotify Linux kernel subsystem
(http://en.wikipedia.org/wiki/Inotify) for monitoring changes to files
and directories.
It uses the FFI (http://wiki.github.com/ffi/ffi) gem to avoid having to
compile a C extension.