mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 02:15:57 +08:00
To get rid of a bug of `onig_region_set` which takes `int`s instead of `OnigPosition`s, set elements of `beg` and `end` members directly, for the time being.