# File lib/rest.rb, line 67
  def initialize n = nil
    @name = n
    @children = Array.new
    @level = 0
  end