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