Class Ole::Storage::DirClass::Dir
In: lib/ole/storage/file_system.rb
Parent: Object

note that there is nothing remotely ole specific about this class. it simply provides the dir like sequential access methods on top of an array.

Methods

close   each   new   pos   pos=   read   rewind   seek   tell  

Included Modules

Enumerable

Attributes

path  [R] 

Public Class methods

Public Instance methods

seek(pos)

Alias for pos=

tell()

Alias for pos

[Validate]