# File lib/innodb/page/index.rb, line 754
  def record_cursor(offset=:min, direction=:forward)
    RecordCursor.new(self, offset, direction)
  end