Module: Rerun

Defined in:
lib/rerun/glob.rb,
lib/rerun.rb,
lib/rerun/runner.rb,
lib/rerun/system.rb,
lib/rerun/options.rb,
lib/rerun/watcher.rb

Overview

This class will watch a directory and alert you of new files, modified files, deleted files.

Now uses the Listen gem, but spawns its own thread on top. We should probably be accessing the Listen thread directly.

Author: Alex Chaffee

Defined Under Namespace

Modules: System Classes: Glob, Options, Runner, Watcher