ruby-numo / numo-narray

Ruby/Numo::NArray - New NArray class library
http://ruby-numo.github.io/narray/
BSD 3-Clause "New" or "Revised" License
415 stars 41 forks source link

Add support for Ruby 2.7 #143

Closed kou closed 4 years ago

kou commented 4 years ago

rb_f_notimplement() signature was changed by https://github.com/ruby/ruby/commit/9ef51b0b89a10c8c401cb9f2337e47a25be72cbe .

If we use rb_f_notimplement() directly instead of delegating to rb_f_notimplement(), we can use the same code for Ruby 2.7 or earlier.