class Dry::Schema::Macros::Required

A Key specialization used for keys that must be present

@api private

Public Instance Methods

operation() click to toggle source

@api private

# File lib/dry/schema/macros/required.rb, line 13
def operation
  :and
end