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

Version Path
burner-1.12.0 lib/burner/library/nothing.rb
burner-1.11.0 lib/burner/library/nothing.rb
burner-1.10.0 lib/burner/library/nothing.rb
burner-1.9.0 lib/burner/library/nothing.rb
burner-1.9.0.pre.alpha lib/burner/library/nothing.rb
burner-1.8.0 lib/burner/library/nothing.rb
burner-1.7.0 lib/burner/library/nothing.rb
burner-1.7.0.pre.alpha lib/burner/library/nothing.rb
burner-1.6.0 lib/burner/library/nothing.rb
burner-1.6.0.pre.alpha lib/burner/library/nothing.rb
burner-1.5.0 lib/burner/library/nothing.rb
burner-1.5.0.pre.alpha lib/burner/library/nothing.rb
burner-1.4.0 lib/burner/library/nothing.rb
burner-1.4.0.pre.alpha lib/burner/library/nothing.rb
burner-1.3.0 lib/burner/library/nothing.rb
burner-1.3.0.pre.alpha lib/burner/library/nothing.rb
burner-1.2.0 lib/burner/library/nothing.rb
burner-1.1.0 lib/burner/library/nothing.rb
burner-1.1.0.pre.alpha lib/burner/library/nothing.rb
burner-1.0.0 lib/burner/library/nothing.rb