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