Method: Bio::FlatFile::BufferedInputStream#pos
- Defined in:
- lib/bio/io/flatfile/buffer.rb
#pos ⇒ Object
Returns current file position
192 193 194 |
# File 'lib/bio/io/flatfile/buffer.rb', line 192 def pos @io.pos - @buffer.size end |