Method: RiCal::Properties::Journal#remove_related_to
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_related_to(ruby_value) ⇒ Object
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 (ruby_value) self..delete(RiCal::PropertyValue::Text.convert(self, ruby_value)) end |