Serialise to CSV string
Returns:
the CSV
See Also:
437 438 439
# File 'lib/rtree.rb', line 437 def to_csv serialise(Encoding::BINARY) { |io| csv_write(io) } end