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:
parent
f432b5e5cd
commit
2b6848af0e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#
|
||||
|
||||
require "ripper"
|
||||
require "jruby" if RUBY_ENGINE == "jruby"
|
||||
|
||||
# :stopdoc:
|
||||
class RubyLex
|
||||
|
|
Loading…
Reference in a new issue