# File lib/merb-auth-core/errors.rb, line 44 def each errors.map.each do |k,v| next if v.blank? yield(v) end end