lib/vpim/property/common.rb in vpim-0.597 vs lib/vpim/property/common.rb in vpim-0.602

- old
+ new

@@ -286,10 +286,10 @@ end # TODO - strip the strings set_text_list('CATEGORIES', cats) end - # Set the comment, see Icalendar::Get::Common#comment. + # Set the comment, see Icalendar::Get::Common#comments. def comment(value) set_text 'COMMENT', value end =begin