Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://bugs.ruby-lang.org/issues/8929 の変更以降、ブロックなしの CSV.foreach は Enumerator を返します。 ``` irb(main):001> require 'csv' => true irb(main):002> CSV.foreach('test.csv').to_a => [] ``` この挙動をドキュメントに追加しました。
- Loading branch information