зеркало из https://github.com/github/ruby.git
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8fadbe5f3e
Коммит
955a6258a3
|
@ -764,9 +764,9 @@ module Gem
|
|||
# Safely read a file in binary mode on all platforms.
|
||||
|
||||
def self.read_binary(path)
|
||||
File.open path, binary_mode do |f|
|
||||
File.open path, binary_mode do |f|
|
||||
f.flock(File::LOCK_EX)
|
||||
f.read
|
||||
f.read
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче