git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-02-05 03:19:39 +00:00
Родитель 3a4183d2b7
Коммит 59cc9e3a67
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ unless File.respond_to? :realpath
end
def IO.pread(*args)
STDERR.puts(*args.inspect) if $DEBUG
STDERR.puts(args.inspect) if $DEBUG
popen(*args) {|f|f.read}
end