module RSpec::Mocks::Space::FakeMutex

def self.synchronize

def self.synchronize
  yield
end