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