lib/wor/batchifier/no_response.rb in wor-batchifier-0.0.2 vs lib/wor/batchifier/no_response.rb in wor-batchifier-1.0.0
- old
+ new
@@ -1,9 +1,9 @@
-module Wor
- module Batchifier
- class NoResponse < Strategy
- def merge_strategy(_response, _rec)
- return {}
- end
- end
- end
-end
+module Wor
+ module Batchifier
+ class NoResponse < Strategy
+ def merge_strategy(_response, _memo)
+ return {}
+ end
+ end
+ end
+end