Sha256: 887b5effd9a6a998537aa6ac000b51ebefc27d1793dba6c9231cc930207a6e7b
Contents?: true
Size: 277 Bytes
Versions: 13
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true module Leftovers module ProcessorBuilders module Itself def self.build(value, then_processor) return unless value && then_processor ::Leftovers::ValueProcessors::Itself.new(then_processor) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems