Method: RiCal::Properties::TimezonePeriod#remove_comments
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#remove_comments(*ruby_values) ⇒ Object
remove one or more values from the COMMENT property one or more instances of String may be passed to this method
152 153 154 |
# 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 |