download_chunk(range)
Downloads a part of the file associated with this blob.
# File activestorage/app/models/active_storage/blob.rb, line 272 def download_chunk(range) service.download_chunk key, range end