class Dry::Schema::DSL

def configure(&block)

Other tags:
    Api: - public

Returns:
  • (DSL) -

Other tags:
    See: Config -
def configure(&block)
  config.configure(&block)
  self
end