# File lib/microformat.rb, line 70
    def after_find(&block)
      @after_find_procs ||= Hash.new { |h,k| h[k] = [] }
      @after_find_procs[name] << block if block_given?
      @after_find_procs[name]
    end