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

Silence a (probable) debug print

This commit is contained in:
Nobuyoshi Nakada 2019-05-01 20:55:08 +09:00
parent 474af9ee9a
commit 71952440ad
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -10,7 +10,9 @@ RELINE_TEST_ENCODING ||=
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?