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

Add load path and require for ruby/ruby

This commit is contained in:
aycabta 2020-01-01 02:04:41 +09:00
parent 66e6055c11
commit 049292e302

View file

@ -1,3 +1,5 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'irb/ruby-lex'
require 'test/unit'
require 'ostruct'