# File lib/ruote/reader/radial.rb, line 238
      def initialize(first_line)

        @first_line = first_line

        @parent = nil
        @indentation = -1
        @children = []
      end