method
raw_state
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Dependencies::Interlock
raw_state(&block)public
No documentation available.
# File activesupport/lib/active_support/dependencies/interlock.rb, line 44
def raw_state(&block) # :nodoc:
@lock.raw_state(&block)
end