зеркало из https://github.com/github/ruby.git
Revert "Show original string byte sequence to debug"
This reverts commit b42fe5937a
.
This commit is contained in:
Родитель
ede95f541b
Коммит
4704bc0976
|
@ -194,8 +194,6 @@ module IRB
|
||||||
":" + s.id2name.encode(Encoding.default_external)
|
":" + s.id2name.encode(Encoding.default_external)
|
||||||
rescue EncodingError
|
rescue EncodingError
|
||||||
# ignore
|
# ignore
|
||||||
rescue Encoding::InvalidByteSequenceError => e
|
|
||||||
raise "Invalid byte sequence #{s.id2name.bytes.inspect} #{e.inspect}"
|
|
||||||
end
|
end
|
||||||
candidates.grep(/^#{Regexp.quote(sym)}/)
|
candidates.grep(/^#{Regexp.quote(sym)}/)
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче