mattn / mruby-onig-regexp

mrbgem of 鬼雲's Regular Expression
30 stars 34 forks source link

Support Ruby 3.2 #108

Closed k0kubun closed 2 years ago

k0kubun commented 2 years ago

File.exists? will be removed in Ruby 3.2. I found this while building this mrbgem using Ruby master.

mattn commented 2 years ago

Thank you