# File lib/ri_cal/properties/timezone_period.rb, line 317
      def tznames=(ruby_values)
        @tzname_property = ruby_values.map {|val| RiCal::PropertyValue::Text.convert(self, val)}
      end