Parenthesize the argument.

Akinori MUSHA преди 9 години
родител
ревизия
77f03da94c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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