instance method
running
Ruby on Rails 5.0.7.2
Since v5.0.7.2Signature
running()
No documentation comment.
Source
# File activesupport/lib/active_support/dependencies/interlock.rb, line 38
def running
@lock.sharing do
yield
end
end
Defined in activesupport/lib/active_support/dependencies/interlock.rb line 38
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Dependencies::Interlock