# 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