# File lib/dragonfly/temp_object.rb, line 142
    def to_tempfile
      tempfile = copy_to_tempfile(path)
      tempfile.open
      tempfile
    end