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

Add "require 'irb'" to use IRB.conf

This commit is contained in:
aycabta 2019-05-21 09:24:09 +09:00
parent 29c81265c1
commit be0d9c0d26

View file

@ -1,6 +1,7 @@
# frozen_string_literal: false # frozen_string_literal: false
require 'test/unit' require 'test/unit'
require 'tempfile' require 'tempfile'
require 'irb'
require 'irb/workspace' require 'irb/workspace'
require 'irb/color' require 'irb/color'