Class: File

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#sizeObject

for interface consistency with StringIO etc (rather than adding #stat to them). used by RangesIO.



24
25
26
# File 'lib/ole/support.rb', line 24

def size
	stat.size
end