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