lib/fakeredis/transaction_commands.rb in fakeredis-0.5.0 vs lib/fakeredis/transaction_commands.rb in fakeredis-0.6.0
- old
+ new
@@ -70,10 +70,10 @@
yield(self) if block_given?
"OK"
end
- def watch(_)
+ def watch(*_)
"OK"
end
def unwatch
"OK"