# File lib/glue/validation.rb, line 83 def each @errors.each_key do |attr| @errors[attr].each { |msg| yield attr, msg } end end