# File lib_ctrl/rucy/properties.rb, line 42 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