Method: RiCal::Properties::Journal#remove_related_to

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

remove one value from the RELATED-TO property one instances of String may be passed to this method



929
930
931
# File 'lib/ri_cal/properties/journal.rb', line 929

def  remove_related_to(ruby_value)
 self.related_to_property.delete(RiCal::PropertyValue::Text.convert(self, ruby_value))
end