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