# File lib/hashie/extensions/indifferent_access.rb, line 118
      def indifferent_values_at(*indices)
        indices.map { |i| self[i] }
      end