Skip to content

Commit 84d4f93

Browse files
committed
Load string io in iruby.rb
This fixes the LoadError occurred on the master branch version of Ruby.
1 parent b133526 commit 84d4f93

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/iruby.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
require 'openssl'
66
require 'tempfile'
77
require 'set'
8+
require 'stringio'
89

910
require 'iruby/version'
1011
require 'iruby/jupyter'

test/iruby/multi_logger_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'stringio'
2-
31
class IRubyTest::MultiLoggerTest < IRubyTest::TestBase
42
def test_multilogger
53
out, err = StringIO.new, StringIO.new

0 commit comments

Comments
 (0)