Method: Peeek::Supervisor#hooks

Defined in:
lib/peeek/supervisor.rb

#hooksPeeek::Hooks (readonly)

Returns hooks that is registered to the supervisor.

Returns:

  • (Peeek::Hooks)

    hooks that is registered to the supervisor



32
33
34
# File 'lib/peeek/supervisor.rb', line 32

def hooks
  @hooks
end