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