ruby/rbs

Incorrrect signatures for ruby 3.3.0

Closed this issue · 0 comments

These signatures seem to be incorrect:

  1. RubyVM::AbstractSyntaxTree::YJIT - should be RubyVM::YJIT instead (see yjit.rb).
  2. RubyVM::AbstractSyntaxTree::RJIT - should be RubyVM::RJIT instead (see rjit.rb).
  3. Gem::UNTAINT - got removed together with other 2.7 staff (see 545113).