mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove workaround encoding modification
This commit is contained in:
parent
a14c01441b
commit
07664f3aec
1 changed files with 1 additions and 3 deletions
|
@ -587,9 +587,7 @@ module BasetestReadline
|
|||
Readline.input = r
|
||||
Readline.output = null
|
||||
Readline.completion_proc = ->(text) do
|
||||
['abcde', 'abc12'].map { |i|
|
||||
i.encode(get_default_internal_encoding)
|
||||
}
|
||||
['abcde', 'abc12']
|
||||
end
|
||||
w.write("a\t\n")
|
||||
w.flush
|
||||
|
|
Loading…
Add table
Reference in a new issue