# File lib/ri_cal/properties/todo.rb, line 391
      def priority=(ruby_value)
        self.priority_property= RiCal::PropertyValue::Integer.convert(self, ruby_value)
      end