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