# File lib/devise/rails/warden_compat.rb, line 74
    def values_at(*indices)
      indices.collect {|key| self[convert_key(key)]}
    end