1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
nobu 2013-12-13 00:56:06 +00:00
parent 8fadbe5f3e
commit 955a6258a3

View file

@ -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