Method: Peeek::Supervisor.create_for_singleton
- Defined in:
- lib/peeek/supervisor.rb
.create_for_singleton ⇒ Peeek::Supervisor
Create a supervisor for singleton methods.
16 17 18 |
# File 'lib/peeek/supervisor.rb', line 16 def self.create_for_singleton new(:singleton_method_added) end |