Method: Butler::Plugin::ConfigProxy#synchronize

Defined in:
lib/butler/plugin/configproxy.rb

#synchronizeObject

Synchronize access to this piece of config



24
25
26
27
28
# File 'lib/butler/plugin/configproxy.rb', line 24

def synchronize
	@mutex.synchronize {
		yield self
	}
end