arton / rjb

Ruby Java Bridge
https://www.artonx.org/collabo/backyard/?RubyJavaBridge
GNU Lesser General Public License v2.1
117 stars 34 forks source link

Add ruby 3.2 support #91

Closed chaadow closed 1 year ago

chaadow commented 1 year ago

File.exists? [has been removed])https://bugs.ruby-lang.org/issues/17391)

Use File.exist? instead.

image
arton commented 1 year ago

Hi chaddow, thank you for your PR!