Method: Build::Files#run

Defined in:
lib/build/files/monitor.rb

#run(monitor, options = {}, &block) ⇒ Object



119
120
121
# File 'lib/build/files/monitor.rb', line 119

def run(monitor, options = {}, &block)
	self.class.run_with_polling(monitor, options, &block)
end