Method: Dry::Schema::Path#each

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

#eachObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



69
70
71
# File 'lib/dry/schema/path.rb', line 69

def each(&)
  keys.each(&)
end