Class: WorkerThreadSet::NullWorkerThreadSet

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/codegrinder/worker_thread_set.rb

Overview

Null object. Used as inert value

Instance Method Summary collapse

Instance Method Details

#joinObject



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