Skip to content

Commit 76379bb

Browse files
RDoc remark about instance methods (#152)
1 parent 60f6f1c commit 76379bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/csv.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,14 @@
260260
# - \Method CSV.instance returns a new or cached \CSV object.
261261
# - \Method \CSV() also returns a new or cached \CSV object.
262262
#
263-
# === Delegated Methods
263+
# === 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
264271
#
265272
# For convenience, a CSV object will delegate to many methods in class IO.
266273
# (A few have wrapper "guard code" in \CSV.) You may call:

0 commit comments

Comments
 (0)