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.
Updated by sawa (Tsuyoshi Sawada) almost 6 years ago
- Subject changed from IO.each (and perhaps CSV.each) to `IO.each` and `CSV.each`
- Description updated (diff)
Actions