Module: Kernel
- Defined in:
- lib/backnob/worker.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#singleton_class ⇒ Object
10 11 12 |
# File 'lib/backnob/worker.rb', line 10 def singleton_class class << self; self; end end |