Commits


Sutou Kouhei authored and GitHub committed 766e2544025
GH-35915: [Ruby] Add support for converting function options from Hash automatically (#35927) ### Rationale for this change It's convenient. ### What changes are included in this PR? This also fixes a crash bug with `CallExpression.new(name, args, Arrow::MatchSubstringOptions.new)`. `Arrow::MatchSubstringOptions.new` is freed multiple times. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35915 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>