aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv/row.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/csv] Enhanced RDoc for CSV::Row (#173)Burdette Lamar2020-11-241-10/+44
| | | | https://github.com/ruby/csv/commit/99956c671d
* [ruby/csv] Enhanced RDoc for CSV::Row (#171)Burdette Lamar2020-11-241-31/+119
| | | | https://github.com/ruby/csv/commit/cced8d8de9
* [ruby/csv] Enhanced RDoc for Row#[]= (#170)Burdette Lamar2020-11-241-10/+47
| | | | https://github.com/ruby/csv/commit/744e83043f
* [ruby/csv] Enhanced RDoc for Table::Row (#169)Burdette Lamar2020-11-241-26/+100
| | | | https://github.com/ruby/csv/commit/70ed12c1aa
* [ruby/csv] Don't change initialize_copy's return valueSutou Kouhei2020-11-241-1/+2
| | | | https://github.com/ruby/csv/commit/cf3b60db1c
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
|
* [ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane2020-07-201-1/+1
| | | | | | | | | | | | | | * Make CSV::Row#dup return a usable Row Previously, calling `dup` on a `CSV::Row` object yielded an object whose copy was too shallow. Changing the clone's fields would also change the fields on the source. This change makes the clone more distinct from the source, so that changes can be made to its fields without affecting the source. * Simplify https://github.com/ruby/csv/commit/64a1ea06fc
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-121-14/+16
|
* Fix keyword argument separation issues in libJeremy Evans2019-08-301-1/+1
| | | | Mostly requires adding ** in either calls or method definitions.
* Upgrade CSV to 3.0.4kou2019-01-251-6/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge csv-3.0.0 from ruby/csv repository.hsbt2018-09-051-0/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge csv-1.0.2 from upstream.hsbt2018-05-091-0/+388
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e