Sha256: a8c20fc1a176784dbd9933e1d770c73189754fbb4f08f1ab1dd0300386e99dad
Contents?: true
Size: 405 Bytes
Versions: 22
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true # # Copyright (c) 2020-present, Blue Marble Payroll, LLC # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # module Burner module Library # Do nothing. # # Note: this does not use Payload#registers. class Nothing < Job def perform(_output, _payload); end end end end
Version data entries
22 entries across 22 versions & 1 rubygems