class Dry::Schema::KeyMap

def +(other)

Returns:
  • (KeyMap) -

Parameters:
  • other (KeyMap, Array) -- Either a key map or an array with key specs
def +(other)
  self.class.new(keys + other.to_a)
end