1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fog bombs out on ruby 1.8.x because it cannot find Mutex

This commit is contained in:
Eric Stonfer 2012-07-16 08:11:17 -04:00
parent a3c375ca5c
commit 3ddf43fd85

View file

@ -1,3 +1,4 @@
require 'thread'
module Fog
class CurrentMachine
@@lock = Mutex.new