Method: RiCal::Properties::Journal#remove_categories
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_categories(ruby_value) ⇒ Object
remove one value from the CATEGORIES property one instances of Array may be passed to this method
614 615 616 |
# File 'lib/ri_cal/properties/journal.rb', line 614 def remove_categories(ruby_value) self.categories_property.delete(RiCal::PropertyValue::Array.convert(self, ruby_value)) end |