class Dry::Schema::Processor

def merge(other)

Other tags:
    Api: - public

Returns:
  • (Processor, Params, JSON) -

Parameters:
  • other (Processor) --
def merge(other)
  schema_dsl.merge(other.schema_dsl).()
end