Method: FiberHook::ClassMethods#unhook

Defined in:
lib/fiber_hook.rb

#unhook(hook_id) ⇒ Object

See Also:



68
69
70
# File 'lib/fiber_hook.rb', line 68

def unhook(hook_id)
  FiberHook.remove(hook_id)
end