# File lib_ctrl/rucy/properties.rb, line 12
    def initialize(path)
      @store = YAML::Store.new(path)
      @lock = Mutex.new
    end