class Dry::Types::Schema

def strict(strict = true) # rubocop:disable Style/OptionalBooleanParameter

Other tags:
    Api: - public

Returns:
  • (Schema) -
def strict(strict = true) # rubocop:disable Style/OptionalBooleanParameter
  with(strict: strict)
end