Method: RiCal::Properties::Journal#add_multiple_related_to
- Defined in:
- lib/ri_cal/properties/journal.rb
#add_multiple_related_to(*ruby_values) ⇒ Object
add one or more values to the RELATED-TO property one or more instances of String may be passed to this method
911 912 913 |
# File 'lib/ri_cal/properties/journal.rb', line 911 def (*ruby_values) ruby_values.each {|val| self. << RiCal::PropertyValue::Text.convert(self, val)} end |