Method: Epos::EncodedFile#seek

Defined in:
lib/epos/encoded-file.rb

#seek(pos) ⇒ Object



12
13
14
# File 'lib/epos/encoded-file.rb', line 12

def seek(pos)
  @io.seek(pos)
end