Module: Build::Files::Monitor

Defined in:
lib/build/files/monitor.rb,
lib/build/files/monitor/fsevent.rb,
lib/build/files/monitor/inotify.rb,
lib/build/files/monitor/polling.rb

Defined Under Namespace

Classes: FSEvent, INotify, Polling

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



38
39
40
# File 'lib/build/files/monitor.rb', line 38

def self.new(*args)
	Default.new(*args)
end