Method: Guard::Linux#start
- Defined in:
- lib/guard/listeners/linux.rb
#start ⇒ Object
Start the listener.
18 19 20 21 22 |
# File 'lib/guard/listeners/linux.rb', line 18 def start @stop = false super watch_change unless watch_change? end |