# File lib/ri_cal/properties/todo.rb, line 847 def remove_categories(ruby_value) self.categories_property.delete(RiCal::PropertyValue::Array.convert(self, ruby_value)) end