Method: Dry::Schema::KeyMap#stringified

Defined in:
lib/dry/schema/key_map.rb

#stringifiedKeyMap

Return a new key map with stringified keys

A stringified key map is suitable for reading hashes with string keys

Returns:



98
99
100
# File 'lib/dry/schema/key_map.rb', line 98

def stringified
  self.class.new(map(&:stringified))
end