Skip to content

Commit 6ec3e84

Browse files
committed
Prefer ... syntax.
1 parent 7e76547 commit 6ec3e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/async/redis/context/pipeline.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def initialize(pipeline)
2222
end
2323

2424
# This method just accumulates the commands and their params.
25-
def call(command, *arguments)
26-
@pipeline.call(command, *arguments)
25+
def call(...)
26+
@pipeline.call(...)
2727

2828
@pipeline.flush(1)
2929

0 commit comments

Comments
 (0)