# File lib/innodb/util/buffer_cursor.rb, line 167
  def seek(position)
    current.position = position if position
    self
  end