# File lib/data_objects/pooling.rb, line 93
    def self.lock
      @lock ||= Mutex.new
    end