class Dry::Schema::Macros::Key

def filter(...)

Other tags:
    Api: - public

Returns:
  • (Macros::Key) -

Other tags:
    See: Macros::Key#value -

Other tags:
    Example: check format before coercing to a date -
def filter(...)
  (filter_schema_dsl[name] || filter_schema_dsl.optional(name)).value(...)
  self
end