# File lib/mongo/grid/file/chunk.rb, line 156 def assemble(chunks) chunks.reduce(''){ |data, chunk| data << chunk.data.data } end