Sha256: 3a34c5f682c0dcc581fb6d88da64e24f632e98675af180db202a7d3dced8acfe
Contents?: true
Size: 484 Bytes
Versions: 10
Compression:
Stored size: 484 Bytes
Contents
# frozen_string_literal: true class Serega module SeregaPlugins module Preloads # # Serega::SeregaValidations::CheckAttributeParams additional/patched class methods # # @see Serega::SeregaValidations::CheckAttributeParams # module CheckAttributeParamsInstanceMethods private def check_opts super CheckOptPreload.call(opts) CheckOptPreloadPath.call(opts) end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems