# File lib/vpim/property/common.rb, line 283 def categories(cats = nil) #:yield: categories unless cats cats = @comp.categories yield cats end # TODO - strip the strings set_text_list('CATEGORIES', cats) end