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