Class: StdoutLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/delayed/job.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



322
323
324
# File 'lib/delayed/job.rb', line 322

def method_missing(*args, &block)
  puts *args[1..-1]
end