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