Method: RiCal::Properties::Journal#comment

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

#commentObject

return the value of the COMMENT property which will be an array of instances of String



683
684
685
# File 'lib/ri_cal/properties/journal.rb', line 683

def comment
  comment_property.map {|prop| prop ? prop.ruby_value : prop}
end