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

Add "require 'openstruct'" what is forgotten

This commit is contained in:
aycabta 2019-12-31 23:31:51 +09:00
parent a118bb805f
commit 9deb942715

View file

@ -1,4 +1,5 @@
require 'test/unit'
require 'openstruct'
module TestIRB
class TestRubyLex < Test::Unit::TestCase