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