method
active?
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::ExecutionWrapper
active?()public
No documentation available.
# File activesupport/lib/active_support/execution_wrapper.rb, line 108
def self.active? # :nodoc:
@active.key?(Thread.current)
end