Method: Dry::Schema::KeyMap#stringified
- Defined in:
- lib/dry/schema/key_map.rb
#stringified ⇒ KeyMap
Return a new key map with stringified keys
A stringified key map is suitable for reading hashes with string keys
98 99 100 |
# File 'lib/dry/schema/key_map.rb', line 98 def stringified self.class.new(map(&:stringified)) end |