# File lib/merb-auth-core/errors.rb, line 30 def full_messages errors.inject([]) do |list,pair| list += pair.last end end