Method: ActiveSupport::Dependencies::Interlock#permit_concurrent_loads

Defined in:
lib/active_support/dependencies/interlock.rb

#permit_concurrent_loads(&block) ⇒ Object



45
46
47
48
# File 'lib/active_support/dependencies/interlock.rb', line 45

def permit_concurrent_loads(&block)
  # Soft deprecated: no deprecation warning for now, but this is a no-op.
  yield if block
end