# File lib/dm-core/support/descendant_set.rb, line 33
    def <<(descendant)
      @descendants << descendant
      self
    end