Sha256: bc3ec9cf4a1b75ea46e8fcc942f080893b64866b9a3dbffdc83297dbfb6a15d2

Contents?: true

Size: 151 Bytes

Versions: 1

Compression:

Stored size: 151 Bytes

Contents

module Wor
  module Batchifier
    class NoResponse < Strategy
      def merge_strategy(_response, _rec)
        return {}
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wor-batchifier-0.0.1 lib/wor/batchifier/no_response.rb