instance method
hook_state
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
hook_state()
No documentation comment.
Source
# File activesupport/lib/active_support/execution_wrapper.rb, line 122
def hook_state
@_hook_state ||= {}
end
Defined in activesupport/lib/active_support/execution_wrapper.rb line 122
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ExecutionWrapper