Method: RiCal::Properties::Journal#remove_multiple_categories

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

#remove_multiple_categories(*ruby_values) ⇒ Object

remove one or more values from the CATEGORIES property one or more instances of Array may be passed to this method



608
609
610
# File 'lib/ri_cal/properties/journal.rb', line 608

def  remove_multiple_categories(*ruby_values)
 ruby_values.each {|val|  self.categories_property.delete(RiCal::PropertyValue::Array.convert(self, val))}
end