method

synchronize

rails latest stable - Class: ActiveSupport::Concurrency::NullLock
synchronize()
public

No documentation available.

# File activesupport/lib/active_support/concurrency/null_lock.rb, line 8
      def synchronize
        yield
      end