Module: Build::Files::Monitor

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

Defined Under Namespace

Classes: FSEvent, Handle, INotify, Polling

Constant Summary collapse

VERSION =
"0.3.0"

Class Method Summary collapse

Class Method Details

.new(*arguments, **options) ⇒ Object



23
24
25
# File 'lib/build/files/monitor.rb', line 23

def self.new(*arguments, **options)
	Default.new(*arguments, **options)
end