class ActiveStorage::Blob
def download(&block)
Downloads the file associated with this blob. If no block is given, the entire file is read into memory and returned.
def download(&block) service.download key, &block end
def download(&block) service.download key, &block end