# File lib/warden/errors.rb, line 26 def full_messages errors.inject([]) do |list,pair| list += pair.last end end