Parent

Methods

Files

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.