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

Use the indicative mood consistently [ci skip]

This commit is contained in:
George Claghorn 2017-10-22 23:14:44 -04:00
parent 2b6cd16637
commit f4d1aa5310

View file

@ -11,7 +11,7 @@ module ActiveStorage
end end
end end
# Efficiently download blob data into the given file. # Efficiently downloads blob data into the given file.
def download_blob_to(file) # :doc: def download_blob_to(file) # :doc:
file.binmode file.binmode
blob.download { |chunk| file.write(chunk) } blob.download { |chunk| file.write(chunk) }