Joins chunks into a string.
Since:
2.0.0
87 88 89
# File 'lib/mongo/grid/file.rb', line 87 def data @data ||= Chunk.assemble(chunks) end