Class Guard::Polling
In: lib/guard/listeners/polling.rb
Parent: Listener

Polling listener that works cross-platform and has no dependencies. This is the listener that uses the most CPU processing power and has higher file IO that the other implementations.

Methods

new   start   stop   watch  

Public Class methods

Initialize the Listener.

Public Instance methods

Start the listener.

Stop the listener.

Watch the given directory for file changes.

@param [String] directory the directory to watch

[Validate]