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