class Dry::Schema::DSL
def merge(other)
- Api: - private
Returns:
-
(DSL)
-
def merge(other) new( parent: parents + other.parents, macros: macros + other.macros, types: types.merge(other.types), steps: steps.merge(other.steps) ) end
(DSL)
-
def merge(other) new( parent: parents + other.parents, macros: macros + other.macros, types: types.merge(other.types), steps: steps.merge(other.steps) ) end