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