summaryrefslogtreecommitdiff
path: root/doc/csv/arguments
diff options
context:
space:
mode:
Diffstat (limited to 'doc/csv/arguments')
-rw-r--r--doc/csv/arguments/io.rdoc5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/csv/arguments/io.rdoc b/doc/csv/arguments/io.rdoc
deleted file mode 100644
index f5fe1d1975..0000000000
--- a/doc/csv/arguments/io.rdoc
+++ /dev/null
@@ -1,5 +0,0 @@
-* 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.