Method: RiCal::Properties::Journal#comment_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#comment_property_from_string(line) ⇒ Object
:nodoc:
687 688 689 |
# File 'lib/ri_cal/properties/journal.rb', line 687 def comment_property_from_string(line) # :nodoc: comment_property << RiCal::PropertyValue::Text.new(self, line) end |