# File lib/paperclip/iostream.rb, line 35 def size if @tmpfile @tmpfile.fsync @tmpfile.flush @tmpfile.stat.size else 0 end end