# File lib_core/rucy/error.rb, line 32
    def each_header
      for name, value in @header
        yield(name, value)
      end

      nil
    end