class Tempfile
Public Instance Methods
size()
click to toggle source
# File lib/dm-paperclip/iostream.rb, line 35 def size if @tmpfile @tmpfile.fsync @tmpfile.flush @tmpfile.stat.size else 0 end end