Sha256: e3d408dbcb0525b4b82cd068f141d58e803210459e62002318c383774c41b964
Contents?: true
Size: 231 Bytes
Versions: 4
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module Leftovers module ProcessorBuilders module Receiver def self.build(true_arg, then_processor) Processors::Receiver.new(then_processor) if true_arg end end end end
Version data entries
4 entries across 4 versions & 1 rubygems