Method: RiCal::Properties::Journal#remove_comment

Defined in:
lib/ri_cal/properties/journal.rb

#remove_comment(ruby_value) ⇒ Object

remove one value from the COMMENT property one instances of String may be passed to this method



677
678
679
# File 'lib/ri_cal/properties/journal.rb', line 677

def  remove_comment(ruby_value)
 self.comment_property.delete(RiCal::PropertyValue::Text.convert(self, ruby_value))
end