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