# File lib/more/facets/hook.rb, line 11
  def hooks
    @hooks ||= Hash.new{ |h,k| h[k] = [] }
  end