Class: CobwebFinishedJob

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

Class Method Summary collapse

Class Method Details

.perform(statistics) ⇒ Object



6
7
8
9
10
11
# File 'lib/cobweb_finished_job.rb', line 6

def self.perform(statistics)
  puts "Dummy Finished Job"

  ap statistics
  
end