Skip to content

v0.1.7

Compare
Choose a tag to compare
@faustinoaq faustinoaq released this 02 Apr 22:33
· 43 commits to master since this release
  • Add documentation
  • Add the ability of change default watcher interval per watch
Watcher.watch(files, interval: 5) do |event|
  event.on_change do
    # ...
  end
end