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:
parent
474af9ee9a
commit
71952440ad
1 changed files with 2 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue