class Grape::Validations::AttributesIterator

def each(&block)

def each(&block)
  do_each(@params, &block) # because we need recursion for nested arrays
end