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