summaryrefslogtreecommitdiff
path: root/doc/csv/arguments/io.rdoc
blob: f5fe1d19753c6a2862068a47f176f4689c775764 (plain)
1
2
3
4
5
* 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.