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

Remove commented out debug print

This commit is contained in:
aycabta 2019-08-18 08:04:06 +09:00
parent 113a5c1e1d
commit 50623f3df0

View file

@ -10,10 +10,6 @@ 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?
input.chars.map { |c|