# File lib/ri_cal/properties/timezone_period.rb, line 191 def rdates=(ruby_values) @rdate_property = ruby_values.map {|val| RiCal::PropertyValue::OccurrenceList.convert(self, *val)} end