8000 Add missing file doc/argument_io.rdoc (#140) · ruby/csv@e37f04a · GitHub
[go: up one dir, main page]

Skip to content

Commit e37f04a

Browse files
Add missing file doc/argument_io.rdoc (#140)
1 parent 16b425e commit e37f04a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/argument_io.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Argument +io+ should be an IO object that is:
2+
* Open for reading; on return, the IO object will be closed.
3+
* Positioned at the beginning.
4+
To position at the end, for appending, use method CSV.generate.
5+
For any other positioning, pass a preset \StringIO object instead.

0 commit comments

Comments
 (0)
0