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