Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/ole/support.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#size ⇒ Object
for consistency with StringIO and others.
Instance Method Details
#size ⇒ Object
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 |