зеркало из https://github.com/github/ruby.git
Remove debug print
This commit is contained in:
Родитель
4b7a04a5b8
Коммит
266f6cd8a1
|
@ -75,7 +75,6 @@ module IRB
|
|||
open(history_file) do |f|
|
||||
f.each { |l|
|
||||
l = l.chomp
|
||||
$stderr.puts l.inspect
|
||||
if history.last&.end_with?("\\")
|
||||
history.last.delete_suffix!("\\")
|
||||
history.last << "\n" << l
|
||||
|
|
Загрузка…
Ссылка в новой задаче