Skip to content

Commit 17a32c5

Browse files
committed
int
1 parent 67317e7 commit 17a32c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/worker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def hostname
462462
@hostname ||= `hostname`.chomp
463463
end
464464

465-
# Returns PID of running worker
465+
# Returns Integer PID of running worker
466466
def pid
467467
@pid ||= to_s.split(":")[1].to_i
468468
end

0 commit comments

Comments
 (0)