# File lib/ancestry/instance_methods.rb, line 195
    def is_root?
      read_attribute(self.ancestry_base_class.ancestry_column).blank?
    end