module Dry::Initializer::Dispatchers::CheckType

def call(source:, type: nil, wrap: 0, **options)

def call(source:, type: nil, wrap: 0, **options)
  check_if_callable! source, type
  check_arity! source, type, wrap
  {source:, type:, wrap:, **options}
end