method

synchronize

synchronize()
public

No documentation available.

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