# File lib/ri_cal/properties/todo.rb, line 691 def attachments=(ruby_values) @attach_property = ruby_values.map {|val| RiCal::PropertyValue::Uri.convert(self, val)} end