Class: Kindly::Jobs::DoNothing

Inherits:
Object
  • Object
show all
Defined in:
lib/kindly/jobs/do_nothing.rb

Instance Method Summary collapse

Instance Method Details

#runObject



7
8
9
# File 'lib/kindly/jobs/do_nothing.rb', line 7

def run
  puts "Nothing happened."
end