Method: RiCal::Properties::Journal#class_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#class_property_from_string(line) ⇒ Object
:nodoc:
38 39 40 |
# File 'lib/ri_cal/properties/journal.rb', line 38 def class_property_from_string(line) # :nodoc: @class_property = RiCal::PropertyValue::Text.new(self, line) end |