module Dry::Schema
def self.define(**options, &block)
- Api: - public
Other tags:
- See: DSL.new -
Returns:
-
(Processor)
-
Parameters:
-
options
(Hash
) --
def self.define(**options, &block) DSL.new(**options, &block).call end