Method: RiCal::Properties::Journal#categories_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#categories_property_from_string(line) ⇒ Object
:nodoc:
624 625 626 |
# File 'lib/ri_cal/properties/journal.rb', line 624 def categories_property_from_string(line) # :nodoc: categories_property << RiCal::PropertyValue::Array.new(self, line) end |