# File lib/innodb/index.rb, line 359
  def cursor(record=:min, direction=:forward)
    IndexCursor.new(self, record, direction)
  end