Method: ActiveSupport::Dependencies::Interlock#initialize

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

#initializeInterlock

:nodoc:



8
9
10
# File 'activesupport/lib/active_support/dependencies/interlock.rb', line 8

def initialize # :nodoc:
  @lock = ActiveSupport::Concurrency::ShareLock.new
end