Method: RiCal::Properties::Journal#exdate_property_from_string

Defined in:
lib/ri_cal/properties/journal.rb

#exdate_property_from_string(line) ⇒ Object

:nodoc:



813
814
815
# File 'lib/ri_cal/properties/journal.rb', line 813

def exdate_property_from_string(line) # :nodoc:
  exdate_property << RiCal::PropertyValue::OccurrenceList.new(self, line)
end