Method: Peeek::Supervisor#clear

Defined in:
lib/peeek/supervisor.rb

#clearObject

Clear the hooks and the objects that is supervising.



54
55
56
57
58
# File 'lib/peeek/supervisor.rb', line 54

def clear
  @hooks.clear
  define_callbacks(@original_callbacks).clear
  self
end