Commits


Sutou Kouhei authored and Krisztián Szűcs committed cf60316a81f
ARROW-7197: [Ruby] Suppress keyword argument related warnings with Ruby 2.7 ruby/red-arrow/test/test-csv-loader.rb:121: warning: The last argument is used as the keyword parameter ruby/red-arrow/lib/arrow/csv-loader.rb:25: warning: for `load' defined here Closes #5855 from kou/ruby-suppress-keyword-arguments-warnings-on-2.7 and squashes the following commits: a49030928 <Sutou Kouhei> Suppress keyword argument related warnings with Ruby 2.7 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>