Actions
Feature #9515
open`IO.each` and `CSV.each`
Feature #9515:
`IO.each` and `CSV.each`
Status:
Open
Assignee:
-
Target version:
-
Description
In IO class, there are pairs of a class method and an instance method with related function:
-
IO.readandIO#read -
IO.writeandIO#write -
IO.foreachandIO#each(or its aliasIO#each_line)
For consistency, please make IO.each an alias for IO.foreach.
The same thing can be said for CSV.each.
Actions