MINUTES, BILL

This commit is contained in:
Bill Rossi 2025-08-27 18:03:07 -04:00
parent c755d0b043
commit 4edb1381e6
2 changed files with 2 additions and 1 deletions

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
3.1.2

View File

@ -54,7 +54,7 @@ class Lesson
duration, comment = current_lesson_step
respond "#{duration} minutes to #{comment}"
self.current_lesson_step_job_id = scheduler.in "#{duration}s" do
self.current_lesson_step_job_id = scheduler.in "#{duration}m" do
if current_lesson_step_index == lesson_plan.length - 1
end_lesson
else