Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ext/groonga/rb-grn-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,10 @@ rb_grn_table_each_ensure (VALUE user_data)
}

/*
* テーブルに登録されているレコードを順番にブロックに渡す。
* This method passes in order that records registered in
* the table to the block.
*
* _options_ is the same as {#open_cursor} 's one.
* `options` is the same as {#open_cursor} 's one.
*
* @overload each
* @!macro [new] table.each.metadata
Expand Down