class Dry::Schema::Macros::DSL

def each(...)

Other tags:
    Api: - public

Returns:
  • (Macros::Core) -

Other tags:
    Example: a list of hashes -
    Example: a list of strings -
def each(...)
  append_macro(Macros::Each) do |macro|
    macro.value(...)
  end
end