Method: RiCal::Properties::Journal#related_to_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#related_to_property_from_string(line) ⇒ Object
:nodoc:
939 940 941 |
# File 'lib/ri_cal/properties/journal.rb', line 939 def (line) # :nodoc: << RiCal::PropertyValue::Text.new(self, line) end |