From 46946094fb8cc808eb61768918bbafcf5e9134f5 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 1 Feb 2022 13:39:44 +0100 Subject: [PATCH] rename Task#status to task_status --- lib/rsmp/task.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rsmp/task.rb b/lib/rsmp/task.rb index f665202d..1011cead 100644 --- a/lib/rsmp/task.rb +++ b/lib/rsmp/task.rb @@ -29,7 +29,7 @@ def restart end # get the status of our task, or nil of no task - def status + def task_status @task.status if @task end