Method: RiCal::Properties::Journal#remove_exrule
- Defined in:
- lib/ri_cal/properties/journal.rb
#remove_exrule(ruby_value) ⇒ Object
remove one value from the EXRULE property one instances of RecurrenceRule may be passed to this method
866 867 868 |
# File 'lib/ri_cal/properties/journal.rb', line 866 def remove_exrule(ruby_value) self.exrule_property.delete(RiCal::PropertyValue::RecurrenceRule.convert(self, ruby_value)) end |