Module: FiberAudit::Runtime::Probes::ThreadState
- Defined in:
- lib/fiber_audit/runtime/probes/thread_state.rb
Defined Under Namespace
Modules: Hook
Class Method Summary collapse
Class Method Details
.install!(registry) ⇒ Object
19 20 21 |
# File 'lib/fiber_audit/runtime/probes/thread_state.rb', line 19 def install!(registry) registry.prepend_once(Thread, Hook) end |