Parenthesize the argument.

Akinori MUSHA 9 anni fa
parent
commit
77f03da94c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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