Method: RiCal::Properties::Journal#summary_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#summary_property_from_string(line) ⇒ Object
:nodoc:
368 369 370 |
# File 'lib/ri_cal/properties/journal.rb', line 368 def summary_property_from_string(line) # :nodoc: @summary_property = RiCal::PropertyValue::Text.new(self, line) end |