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

Output log after loading class to test

This commit is contained in:
aycabta 2021-12-24 22:28:57 +09:00
parent 548c8f5f7a
commit 0aca70e559

View file

@ -503,8 +503,8 @@ module BasetestReadline
$stdout.sync = true
require 'readline'
require 'helper'
puts "Readline::VERSION is \#{Readline::VERSION}."
#{use}
puts "Readline::VERSION is \#{Readline::VERSION}."
Readline.input = STDIN
# 0. Send SIGINT to this script.
begin