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.
CSV::Builder#row(&)
1 parent 4f31615 commit 7d8e243Copy full SHA for 7d8e243
src/csv/builder.cr
@@ -51,7 +51,7 @@ class CSV::Builder
51
@first_cell_in_row = true
52
end
53
54
- # Yields a `CSV::Row` to append a row. A newline is appended
+ # Yields a `CSV::Builder::Row` to append a row. A newline is appended
55
# to `IO` after the block exits.
56
def row(&)
57
yield Row.new(self, @separator, @quote_char, @quoting)
0 commit comments