method
new
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
new()public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 8
def initialize # :nodoc:
@lock = ActiveSupport::Concurrency::ShareLock.new
end