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:
parent
113a5c1e1d
commit
50623f3df0
1 changed files with 0 additions and 4 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue