Method: ExternalIndex#pos
- Defined in:
- lib/external_index.rb
#pos ⇒ Object
Returns the current position of self (ie io.pos/frame_size). pos is often used as the default location for IO-like operations like read or write.
791 792 793 |
# File 'lib/external_index.rb', line 791 def pos io.pos/frame_size end |