module Watcher
Defined in:
watcher.crwatcher/version.cr
Constant Summary
-
VERSION =
"0.3.0"
Class Method Summary
-
.timestamp_for(file : String)
Get file timestamp using File.stat
-
.watch(files, interval : Int32 | Float64, &)
Allow to watch file changes using Watcher.watch
- .watch(files, &)
Class Method Detail
def self.watch(files, interval : Int32 | Float64, &)
#
Allow to watch file changes using Watcher.watch