class Dry::Schema::Macros::DSL
def each(*args, &block)
- Api: - public
Returns:
-
(Macros::Core)
-
Other tags:
- Example: a list of hashes -
Example: a list of strings -
def each(*args, &block) append_macro(Macros::Each) do |macro| macro.value(*args, &block) end end