Method: RiCal::Properties::Journal#add_multiple_categories
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_multiple_categories(*ruby_values) ⇒ Object
add one or more values to the CATEGORIES property one or more instances of Array may be passed to this method
596 597 598 |
# File 'lib/ri_cal/properties/journal.rb', line 596 def add_multiple_categories(*ruby_values) ruby_values.each {|val| self.categories_property << RiCal::PropertyValue::Array.convert(self, val)} end |