Sha256: 412ff1432b5939a65aee23cae38944ccf64b8e89b3602393e8000fc0949c370e
Contents?: true
Size: 493 Bytes
Versions: 11
Compression:
Stored size: 493 Bytes
Contents
# frozen_string_literal: true class Serega module SeregaPlugins module Batch # # Serega::SeregaAttribute additional/patched class methods # # @see Serega::SeregaAttribute # module AttributeInstanceMethods # # @return [nil, Hash] :batch option # attr_reader :batch private def set_normalized_vars(normalizer) super @batch = normalizer.batch end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems