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