Method: RiCal::Properties::Journal#remove_multiple_related_to
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_multiple_related_to(*ruby_values) ⇒ Object
remove one or more values from the RELATED-TO property one or more instances of String may be passed to this method
923 924 925 |
# File 'lib/ri_cal/properties/journal.rb', line 923 def (*ruby_values) ruby_values.each {|val| self..delete(RiCal::PropertyValue::Text.convert(self, val))} end |