# File lib/rd/desclist.rb, line 19
    def initialize
      @term = nil
      @description = []
      @label = nil
    end