# File lib/merb-core/core_ext/mash.rb, line 87 def values_at(*indices) indices.collect {|key| self[convert_key(key)]} end