Skip to content

Commit 6302902

Browse files
author
Aaron Patterson and Terence Lee
committed
add a nodoc to the dummy object
1 parent 9891722 commit 6302902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/connection_pool.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Resque
22
class ConnectionPool
33
attr_reader :size
44

5-
DUMMY = Object.new
5+
DUMMY = Object.new # :nodoc:
66

77
def initialize(url = Resque.redis, size = 5, timeout = nil)
88
@url = url

0 commit comments

Comments
 (0)