module ActiveSupport::Dependencies
def self.load_interlock
preventing any other thread from being inside a #run_interlock
Execute the supplied block while holding an exclusive lock,
def self.load_interlock Dependencies.interlock.loading { yield } end