class ActiveSupport::Dependencies::Interlock

def running(&block)

def running(&block)
  @lock.sharing(&block)
end