Project

General

Profile

« Previous | Next » 

Revision cd94bcdc

Added by st0012 (Stan Lo) about 2 years ago

[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargs

Ruby implementations like JRuby and TruffleRuby already indicate their
compatibility target with RUBY_VERSION. We don't need to exclude
them from accepting keyword arguments as long as they target 2.7+.

https://github.com/ruby/irb/commit/bf20faa4e6

Co-authored-by: Kevin Menard