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, = {}, &block) self.class.run_with_polling(monitor, , &block) end |