# File lib/ri_cal/properties/event.rb, line 94 def description=(ruby_value) self.description_property= RiCal::PropertyValue::Text.convert(self, ruby_value) end