From d9eff306f5806c6a1b79019ec44395e4cc816218 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Wed, 24 Jun 2020 16:04:25 -0500 Subject: [ruby/csv] Organize files in doc/ (#145) https://github.com/ruby/csv/commit/bc9ea859b0 --- doc/csv/arguments/io.rdoc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/csv/arguments/io.rdoc (limited to 'doc/csv/arguments/io.rdoc') diff --git a/doc/csv/arguments/io.rdoc b/doc/csv/arguments/io.rdoc new file mode 100644 index 0000000000..f5fe1d1975 --- /dev/null +++ b/doc/csv/arguments/io.rdoc @@ -0,0 +1,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. -- cgit v1.2.3