# File lib/tempfile.rb, line 146 def size if @tmpfile @tmpfile.flush @tmpfile.stat.size else 0 end end