1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/csv/interface
Koichi ITO 4e33a87879
[ruby/csv] Add undef: :replace for CSV.open (#129)
This PR adds `undef: :replace` option for `CSV.open`.

`File.open` has `undef: :replace` option, but `CSV.open` does not.
It would be convenient if `CSV.open` could have a shortcut by having
`undef: :replace` option.
https://github.com/ruby/csv/commit/cff8b18480
2020-07-20 02:32:51 +09:00
..
test_delegation.rb
test_read.rb [ruby/csv] Add undef: :replace for CSV.open (#129) 2020-07-20 02:32:51 +09:00
test_read_write.rb
test_write.rb Fix remaining warning issues in the tests due to keyword argument separation 2019-08-30 12:39:31 -07:00