module Dry::Initializer::Dispatchers::PrepareDefault

def invalid!(default)

def invalid!(default)
  raise TypeError, "The #{default.inspect} should be" \
                   " either convertable to proc with no arguments," \
                   " or respond to #call without arguments."
end