Skip to content

Commit

Permalink
Remove warning: * interpreted as argument prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Senart committed Jul 18, 2013
1 parent 38fdb0d commit 565d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/em-synchrony/amqp.rb
Expand Up @@ -22,7 +22,7 @@ def sync_cb fiber
if fiber == Fiber.current
return *args
else
fiber.resume *args
fiber.resume(*args)
end
end
end
Expand Down

0 comments on commit 565d9e4

Please sign in to comment.