# File lib/ri_cal/properties/timezone_period.rb, line 341 def remove_tznames(*ruby_values) ruby_values.each {|val| self.tzname_property.delete(RiCal::PropertyValue::Text.convert(self, val))} end