class Guard::Polling

def start


Start the listener.
def start
  @stop = false
  super
  watch_change
end