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:
parent
66e6055c11
commit
049292e302
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
||||
require 'irb/ruby-lex'
|
||||
require 'test/unit'
|
||||
require 'ostruct'
|
||||
|
||||
|
|
Loading…
Reference in a new issue