Method: Guard::Linux#stop

Defined in:
lib/guard/listeners/linux.rb

#stopObject

Stop the listener.



26
27
28
29
# File 'lib/guard/listeners/linux.rb', line 26

def stop
  super
  @stop = true
end