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