# File lib/tree.rb, line 194
    def <<(child)
      add(child)
    end