# File lib/extlib/mash.rb, line 84 def values_at(*indices) indices.collect {|key| self[convert_key(key)]} end