FileWatcher::FileData
Inherits Struct < Value < Object
Constructors
new(file_path : String, updated_at : Time, listener : Proc(Nil))
SourceInstance methods
file_path
Sourcefile_path=(file_path : String)
Sourcelistener
Sourcelistener=(listener : Proc(Nil))
Sourceupdated_at
Sourceupdated_at=(updated_at : Time)
Source