sharing()
Execute the supplied block while holding the Share lock.
# File activesupport/lib/active_support/concurrency/share_lock.rb, line 159 def sharing start_sharing begin yield ensure stop_sharing end end