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