# File lib/dragonfly/temp_object.rb, line 150
    def close
      @tempfile.close! if @tempfile
      @data = nil
      @closed = true
    end