# File lib_ctrl/rucy/properties.rb, line 33
    def mc_check(mc)
      @store['modified_count'] = 0 unless @store['modified_count']
      if (mc.modified_count != @store['modified_count']) then
        raise 'modified by another.'
      end
      nil
    end