class Thor::Options::Hash

def values_at(*indices)

def values_at(*indices)
  indices.collect { |key| self[convert_key(key)] }
end