1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Require jruby lib to get JRuby.compile_ir

https://github.com/ruby/irb/commit/dc59afe4f6
This commit is contained in:
Charles Oliver Nutter 2020-03-27 21:15:01 -05:00 committed by aycabta
parent f432b5e5cd
commit 2b6848af0e

View file

@ -11,6 +11,7 @@
#
require "ripper"
require "jruby" if RUBY_ENGINE == "jruby"
# :stopdoc:
class RubyLex