debugger is false by default

This commit is contained in:
Joel Moss 2011-08-25 15:53:20 +01:00
parent 7a81802b8c
commit 3d897a7665
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module Guard
:force_run => false,
:timeout => 20,
:server => nil,
:debugger => nil
:debugger => false
}
def initialize(watchers = [], options = {})