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:
parent
548c8f5f7a
commit
0aca70e559
1 changed files with 1 additions and 1 deletions
|
@ -503,8 +503,8 @@ module BasetestReadline
|
||||||
$stdout.sync = true
|
$stdout.sync = true
|
||||||
require 'readline'
|
require 'readline'
|
||||||
require 'helper'
|
require 'helper'
|
||||||
puts "Readline::VERSION is \#{Readline::VERSION}."
|
|
||||||
#{use}
|
#{use}
|
||||||
|
puts "Readline::VERSION is \#{Readline::VERSION}."
|
||||||
Readline.input = STDIN
|
Readline.input = STDIN
|
||||||
# 0. Send SIGINT to this script.
|
# 0. Send SIGINT to this script.
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue