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