Actions
Feature #9515
open`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.read
andIO#read
-
IO.write
andIO#write
-
IO.foreach
andIO#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
Like0
Like0