|
102 | 102 |
|
103 | 103 | # == \CSV
|
104 | 104 | #
|
105 |
| -# === In a Hurry? |
106 |
| -# |
107 |
| -# If you are familiar with \CSV data and have a particular task in mind, |
108 |
| -# you may want to go directly to the: |
109 |
| -# - {Recipes for CSV}[doc/csv/recipes/recipes_rdoc.html]. |
110 |
| -# |
111 |
| -# Otherwise, read on here, about the API: classes, methods, and constants. |
112 |
| -# |
113 | 105 | # === \CSV Data
|
114 | 106 | #
|
115 | 107 | # \CSV (comma-separated values) data is a text representation of a table:
|
@@ -1323,8 +1315,8 @@ def filter(input=nil, output=nil, **options)
|
1323 | 1315 | #
|
1324 | 1316 | # Arguments:
|
1325 | 1317 | # * Argument +path_or_io+ must be a file path or an \IO stream.
|
1326 |
| - # * Argument +mode+, if given, must be a \File mode |
1327 |
| - # See {Open Mode}[https://ruby-doc.org/core/IO.html#method-c-new-label-Open+Mode]. |
| 1318 | + # * Argument +mode+, if given, must be a \File mode. |
| 1319 | + # See {Access Modes}[https://docs.ruby-lang.org/en/master/File.html#class-File-label-Access+Modes]. |
1328 | 1320 | # * Arguments <tt>**options</tt> must be keyword options.
|
1329 | 1321 | # See {Options for Parsing}[#class-CSV-label-Options+for+Parsing].
|
1330 | 1322 | # * This method optionally accepts an additional <tt>:encoding</tt> option
|
@@ -1530,8 +1522,8 @@ def generate_lines(rows, **options)
|
1530 | 1522 | #
|
1531 | 1523 | # * Argument +path+, if given, must be the path to a file.
|
1532 | 1524 | # :include: ../doc/csv/arguments/io.rdoc
|
1533 |
| - # * Argument +mode+, if given, must be a \File mode |
1534 |
| - # See {Open Mode}[IO.html#method-c-new-label-Open+Mode]. |
| 1525 | + # * Argument +mode+, if given, must be a \File mode. |
| 1526 | + # See {Access Modes}[https://docs.ruby-lang.org/en/master/File.html#class-File-label-Access+Modes]. |
1535 | 1527 | # * Arguments <tt>**options</tt> must be keyword options.
|
1536 | 1528 | # See {Options for Generating}[#class-CSV-label-Options+for+Generating].
|
1537 | 1529 | # * This method optionally accepts an additional <tt>:encoding</tt> option
|
|
0 commit comments