module ActiveStorage::Downloading

def tempdir #:doc:

:doc:
Returns the directory in which tempfiles should be opened. Defaults to +Dir.tmpdir+.
def tempdir #:doc:
  Dir.tmpdir
end