# File lib/mab/mixin.rb, line 136
      def <<(str)
        @children += 1
        super(str)
      end