# File lib/dragonfly/temp_object.rb, line 116 def size @tempfile && @tempfile.size || @data && @data.bytesize || File.size(path) end