# File lib/tree.rb, line 159
    def parent=(parent)
      @parent = parent
    end