class Dry::Schema::Macros::DSL

def filled(*args, &block)

Other tags:
    Api: - public

Returns:
  • (Macros::Core) -

Other tags:
    Example: with a type spec and a predicate -
    Example: with a type spec -
def filled(*args, &block)
  append_macro(Macros::Filled) do |macro|
    macro.call(*args, &block)
  end
end