Method: RiCal::Properties::Journal#related_to
- Defined in:
- lib/ri_cal/properties/journal.rb
#related_to ⇒ Object
return the value of the RELATED-TO property which will be an array of instances of String
935 936 937 |
# File 'lib/ri_cal/properties/journal.rb', line 935 def .map {|prop| prop ? prop.ruby_value : prop} end |