# File lib/ri_cal/properties/journal.rb, line 647 def comments=(ruby_values) @comment_property = ruby_values.map {|val| RiCal::PropertyValue::Text.convert(self, val)} end