mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
5 lines
283 B
Text
5 lines
283 B
Text
* Argument +io+ should be an IO object that is:
|
|
* Open for reading; on return, the IO object will be closed.
|
|
* Positioned at the beginning.
|
|
To position at the end, for appending, use method CSV.generate.
|
|
For any other positioning, pass a preset \StringIO object instead.
|