class FileWatcher::Watcher
- FileWatcher::Watcher
- Reference
- Object
Defined in:
file_watcher/watcher.crConstructors
Instance Method Summary
- #cache : Hash(String, Snapshot)
- #follow_symlinks? : Bool
- #interval : Time::Span
- #match_option : File::MatchOptions
- #patterns : Enumerable(String | Path)
- #start(&) : Nil
Constructor Detail
def self.new(patterns : Enumerable(Path | String), match_option : File::MatchOptions, follow_symlinks : Bool, interval : Time::Span)
#