# File lib/cgikit/resource.rb, line 131
  def each
    open do
      @tempfile.each_byte do |byte|
        yield byte
      end
    end
  end