# File lib/dragonfly/temp_object.rb, line 122
    def size
      @data ? @data.bytesize : File.size(path)
    end