class Grape::Validations::SingleAttributeIterator
def yield_attributes(val, attrs)
def yield_attributes(val, attrs) return if skip?(val) attrs.each do |attr_name| yield val, attr_name, empty?(val) end end
def yield_attributes(val, attrs) return if skip?(val) attrs.each do |attr_name| yield val, attr_name, empty?(val) end end