# File lib_ctrl/rucy/properties.rb, line 17 def transaction @lock.synchronize{ @store.transaction{ yield } } end