# File htree/raw_string.rb, line 5
    def raw_string
      @children.map {|n| n.raw_string }.join('')
    end