class Dry::Schema::Macros::DSL
def filled(*args, **opts, &block)
- Api: - public
Returns:
-
(Macros::Core)
-
Other tags:
- Example: with a type spec and a predicate -
Example: with a type spec -
def filled(*args, **opts, &block) append_macro(Macros::Filled) do |macro| macro.call(*args, **opts, &block) end end