# File lib/innodb/page/index.rb, line 252
  def root?
    self.prev.nil? && self.next.nil?
  end