Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/ole/support.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#sizeObject

for consistency with StringIO and others. makes more sense than forcing them to provide a #stat



11
12
13
# File 'lib/ole/support.rb', line 11

def size
	stat.size
end