[Source]
# File lib/paperclip/iostream.rb, line 35 35: def size 36: if @tmpfile 37: @tmpfile.fsync 38: @tmpfile.flush 39: @tmpfile.stat.size 40: else 41: 0 42: end 43: end
[Validate]