oracle / truffleruby

A high performance implementation of the Ruby programming language, built on GraalVM.
https://www.graalvm.org/ruby/
Other
2.99k stars 180 forks source link

Implement no args Struct.new constructor in Ruby 3.3 #3491

Closed simonlevasseur closed 2 months ago

simonlevasseur commented 4 months ago

Ruby 3.3 introduces a new 0 args constructor for Struct. This PR implements that compatibility in Truffleruby.