回答編集履歴
1
修正
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
```ruby
|
2
|
+
|
3
|
+
require 'stringio'
|
2
4
|
|
3
5
|
oldio = $stdout
|
4
6
|
|