Method: Peeek::Supervisor.create_for_singleton

Defined in:
lib/peeek/supervisor.rb

.create_for_singletonPeeek::Supervisor

Create a supervisor for singleton methods.

Returns:



16
17
18
# File 'lib/peeek/supervisor.rb', line 16

def self.create_for_singleton
  new(:singleton_method_added)
end