# File lib/ri_cal/properties/freebusy.rb, line 356
      def comments=(ruby_values)
        @comment_property = ruby_values.map {|val| RiCal::PropertyValue::Text.convert(self, val)}
      end