Method: Mongo::Grid::FSBucket::Stream::Read#read

Defined in:
lib/mongo/grid/stream/read.rb

#readString

Read all file data.

Examples:

Read the file data.

stream.read

Returns:

  • (String)

    The file data.

Raises:

Since:

  • 2.1.0



117
118
119
# File 'lib/mongo/grid/stream/read.rb', line 117

def read
  to_a.join
end