diff --git a/examples/thor_runner.rb b/examples/thor_runner.rb index a6e87a2..b03e2c9 100644 --- a/examples/thor_runner.rb +++ b/examples/thor_runner.rb @@ -25,7 +25,7 @@ def start sleep(10) puts Time.now.strftime("%H:%m:%S") end - end + end.run end desc "stop", "Stops printing the time"