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?