[rubygems/rubygems] Add missing blank line after method documentation

https://github.com/rubygems/rubygems/commit/2df7560ade
This commit is contained in:
David Rodríguez 2024-07-02 21:31:20 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель 6db1c53fce
Коммит 7cf7e7e2c0
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -780,6 +780,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
##
# Safely write a file in binary mode on all platforms.
def self.write_binary(path, data)
open_file(path, "wb") do |io|
io.write data