138 139 140
# File 'lib/proj/file_api.rb', line 138 def seek(offset, whence) @file.seek(offset, whence) end