Parenthesize the argument.

Akinori MUSHA %!s(int64=9) %!d(string=hace) años
padre
commit
77f03da94c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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