Merge branch 'master' of github.com:guard/guard

This commit is contained in:
Michael Kessler 2011-09-05 10:57:41 +02:00
commit 84d6641925

View File

@ -35,7 +35,7 @@ module Guard
event
end.to_sym
UI.debug "\nHook :#{hook_name} executed for #{self.class}"
UI.debug "Hook :#{hook_name} executed for #{self.class}"
Hook.notify(self.class, hook_name, *args)
end