Method: RiCal::Properties::Journal#related_to_property_from_string

Defined in:
lib/ri_cal/properties/journal.rb

:nodoc:



939
940
941
# File 'lib/ri_cal/properties/journal.rb', line 939

def related_to_property_from_string(line) # :nodoc:
  related_to_property << RiCal::PropertyValue::Text.new(self, line)
end