Module: Autotest::Inotify
- Defined in:
- lib/autotest/inotify.rb
Overview
Autotest::Inotify
FEATURES:
-
Use Linux’s inotify instead of filesystem polling
SYNOPSIS:
Add the following to your ~/.autotest file: require “autotest/inotify”
Instance Method Summary collapse
Instance Method Details
#setup_inotify_if_running_linux ⇒ Object
26 27 28 29 30 31 |
# File 'lib/autotest/inotify.rb', line 26 def setup_inotify_if_running_linux if running_linux? override_autotest_methods setup_inotify end end |