Class KQueue::Watcher::File
In: lib/rb-kqueue/watcher/file.rb
Parent: Watcher

The {Watcher} subclass for events fired when a file changes. File events are watched via {Queue#watch_file}.

Methods

new  

Attributes

path  [R]  The path to the file being watched.

@return [String]

Public Class methods

[Validate]