Skip to content

Commit

Permalink
Merge pull request #2888 from tk0miya/patch-1
Browse files Browse the repository at this point in the history
CSV.foreach: ブロックが与えられていない場合の挙動を加筆
  • Loading branch information
znz authored Jun 6, 2024
2 parents ab7024a + dc7fb76 commit c0d22f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions refm/api/src/csv.rd
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,12 @@ end

@see [[m:CSV.new]]

--- foreach(path, options = Hash.new) -> Enumerator
--- foreach(path, options = Hash.new){|row| ... } -> nil

このメソッドは CSV ファイルを読むための主要なインターフェイスです。
各行が与えられたブロックに渡されます。
ブロックが与えられていない場合、Enumeratorを返します。

#@samplecode 例
require 'csv'
Expand Down

0 comments on commit c0d22f3

Please sign in to comment.