class Dry::Types::Schema

def strict?

Other tags:
    Api: - public

Returns:
  • (Boolean) -
def strict?
  options.fetch(:strict, false)
end