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