Iterate over keys
105 106 107
# File 'lib/dry/schema/key_map.rb', line 105 def each(&block) keys.each(&block) end