Method: RiCal::Properties::Journal#last_modified_property_from_string
- Defined in:
- lib/ri_cal/properties/journal.rb
#last_modified_property_from_string(line) ⇒ Object
:nodoc:
203 204 205 |
# File 'lib/ri_cal/properties/journal.rb', line 203 def last_modified_property_from_string(line) # :nodoc: @last_modified_property = RiCal::PropertyValue::ZuluDateTime.new(self, line) end |