add reload method

This commit is contained in:
John Bintz 2011-10-10 11:55:32 -04:00
parent 412a6b69a4
commit 39e1e4045b
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ module Guard
end
end
alias :reload :run_all
def stop
Notifier.notify("Until next time...", :title => "Rails shutting down.", :image => :pending)
runner.stop