# File lib/rest.rb, line 103
  def root
    if parent
      return parent.root
    end
    return self
  end