# File lib/fcgi.rb, line 271
      def data
        StringIO.new(@datas.inject('') {|buf, rec| buf << rec.flagment })
      end