Parenthesize the argument.

Akinori MUSHA 9 lat temu
rodzic
commit
77f03da94c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/huginn_scheduler.rb

+ 1 - 1
lib/huginn_scheduler.rb

@@ -5,7 +5,7 @@ class Rufus::Scheduler
5 5
 
6 6
   class Job
7 7
     # Store an ID of SchedulerAgent in this job.
8
-    def scheduler_agent_id= id
8
+    def scheduler_agent_id=(id)
9 9
       self[:scheduler_agent_id] = id
10 10
     end
11 11