# File lib/edi4r.rb, line 191
    def add( obj )
      push obj
      obj.parent = self
      obj.root = self.root
      obj
    end