module Guard::Hook

def callbacks


Get all callbacks.
def callbacks
  @callbacks ||= Hash.new { |hash, key| hash[key] = [] }
end