ruby-changes:55642
From: Nobuyoshi <ko1@a...>
Date: Wed, 1 May 2019 20:55:37 +0900 (JST)
Subject: [ruby-changes:55642] Nobuyoshi Nakada:71952440ad (trunk): Silence a (probable) debug print
https://git.ruby-lang.org/ruby.git/commit/?id=71952440ad From 71952440adcbdd1ff51aea519bc14e8965b84ebf Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 1 May 2019 20:55:08 +0900 Subject: Silence a (probable) debug print diff --git a/test/reline/helper.rb b/test/reline/helper.rb index 249f403..227fc06 100644 --- a/test/reline/helper.rb +++ b/test/reline/helper.rb @@ -10,7 +10,9 @@ RELINE_TEST_ENCODING ||= https://github.com/ruby/ruby/blob/trunk/test/reline/helper.rb#L10 end class Reline::TestCase < Test::Unit::TestCase +=begin puts "Test encoding is #{RELINE_TEST_ENCODING}" +=end private def convert_str(input, options = {}, normalized = nil) return nil if input.nil? -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/