Skip to content

Commit c4884f3

Browse files
committed
Retrigger travis
----------------------------------------------------------- On branch master - Mon 20 Mar 2017 12:07:38 PDT by matrinox <[email protected]>
1 parent 4977fcd commit c4884f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/redis.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ def select(db)
146146
# @param [optional, String] message
147147
# @return [String] `PONG`
148148
def ping(message = nil)
149-
arguments = [:ping, message].compact
150149
synchronize do |client|
151-
client.call(arguments)
150+
client.call([:ping, message].compact)
152151
end
153152
end
154153

0 commit comments

Comments
 (0)