class Dry::Schema::KeyMap
def +(other)
-
(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
(KeyMap)
-
other
(KeyMap, Array)
-- Either a key map or an array with key specs
def +(other) self.class.new(keys + other.to_a) end