Class: Kindly::Jobs::DoNothing
- Inherits:
-
Object
- Object
- Kindly::Jobs::DoNothing
- Defined in:
- lib/kindly/jobs/do_nothing.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
7 8 9 |
# File 'lib/kindly/jobs/do_nothing.rb', line 7 def run puts "Nothing happened." end |