add reload method
This commit is contained in:
parent
412a6b69a4
commit
39e1e4045b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue