# File lib/ancestry/instance_methods.rb, line 122 def root if root_id == id then self else self.base_class.find(root_id) end end