Sha256: ca5b0a4986a3ffcec88d00e1663fb03f4135a964d9b3febf224ef6cc33c0d71c
Contents?: true
Size: 219 Bytes
Versions: 21
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true # Represents an action to perform a no-op. One possible option for a return # from an #atomic_phase block. module AcidicJob class NoOp def call(_key) # no-op end end end
Version data entries
21 entries across 21 versions & 1 rubygems