Class: WorkerThreadSet::NullWorkerThreadSet
- Inherits:
-
Object
- Object
- WorkerThreadSet::NullWorkerThreadSet
- Includes:
- Singleton
- Defined in:
- lib/codegrinder/worker_thread_set.rb
Overview
Null object. Used as inert value
Instance Method Summary collapse
Instance Method Details
#join ⇒ Object
28 29 30 |
# File 'lib/codegrinder/worker_thread_set.rb', line 28 def join # Silently do nothing. Like some that guy I met at work, once. end |