[Source]
# File lib/dm-paperclip/iostream.rb, line 49 49: def size 50: if @tmpfile 51: @tmpfile.fsync 52: @tmpfile.flush 53: @tmpfile.stat.size 54: else 55: 0 56: end 57: end
[Validate]