Method: ActiveSupport::Dependencies::Interlock#raw_state

Defined in:
activesupport/lib/active_support/dependencies/interlock.rb

#raw_state(&block) ⇒ Object

:nodoc:



44
45
46
# File 'activesupport/lib/active_support/dependencies/interlock.rb', line 44

def raw_state(&block) # :nodoc:
  @lock.raw_state(&block)
end