Silence a (probable) debug print
This commit is contained in:
parent
474af9ee9a
commit
71952440ad
@ -10,7 +10,9 @@ RELINE_TEST_ENCODING ||=
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Reline::TestCase < Test::Unit::TestCase
|
class Reline::TestCase < Test::Unit::TestCase
|
||||||
|
=begin
|
||||||
puts "Test encoding is #{RELINE_TEST_ENCODING}"
|
puts "Test encoding is #{RELINE_TEST_ENCODING}"
|
||||||
|
=end
|
||||||
|
|
||||||
private def convert_str(input, options = {}, normalized = nil)
|
private def convert_str(input, options = {}, normalized = nil)
|
||||||
return nil if input.nil?
|
return nil if input.nil?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user