We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f6f1c commit 76379bbCopy full SHA for 76379bb
lib/csv.rb
@@ -260,7 +260,14 @@
260
# - \Method CSV.instance returns a new or cached \CSV object.
261
# - \Method \CSV() also returns a new or cached \CSV object.
262
#
263
-# === Delegated Methods
+# === Instance Methods
264
+#
265
+# \CSV has three groups of instance methods:
266
+# - Its own internally defined instance methods.
267
+# - Methods included by module Enumerable.
268
+# - Methods delegated to class IO. See below.
269
270
+# ==== Delegated Methods
271
272
# For convenience, a CSV object will delegate to many methods in class IO.
273
# (A few have wrapper "guard code" in \CSV.) You may call:
0 commit comments