mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vcs.rb: no meaningless splat
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a4183d2b7
commit
59cc9e3a67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue