# File lib/guard/hook.rb, line 70 def callbacks @callbacks ||= Hash.new { |hash, key| hash[key] = [] } end