Skip to content

Commit 1f3a84a

Browse files
committed
Fix lib name of OpenStruct
1 parent 66564c5 commit 1f3a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/irb/test_ruby_lex.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'test/unit'
2-
require 'openstruct'
2+
require 'ostruct'
33

44
module TestIRB
55
class TestRubyLex < Test::Unit::TestCase

0 commit comments

Comments
 (0)