Commits


Sutou Kouhei authored and GitHub committed f465c345e50
GH-34442: [Ruby][FlightRPC] Add `ArrowFlight::RecordBatchReader#each` (#34444) ### Rationale for this change Iteratable object should have `#each`. ### What changes are included in this PR? `#each` and its test. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #34442 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>