module Dry::Schema

def self.define(...)

Other tags:
    Api: - public

Other tags:
    See: DSL.new -

Returns:
  • (Processor) -

Parameters:
  • options (Hash) --
def self.define(...)
  DSL.new(...).call
end