Class: File

Inherits:
Object
  • Object
show all
Defined in:
bin/httphere

Instance Method Summary collapse

Instance Method Details

#sizeObject



573
574
575
# File 'bin/httphere', line 573

def size
  File.size(path)
end