Class: Preforker::TmpIO

Inherits:
File
  • Object
show all
Defined in:
lib/preforker/util.rb

Instance Method Summary collapse

Instance Method Details

#sizeObject

for easier env compatibility



10
11
12
13
# File 'lib/preforker/util.rb', line 10

def size
  # flush if sync
  stat.size
end