Method: Foreman::Thor::CoreExt::HashWithIndifferentAccess#values_at

Defined in:
lib/foreman/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb

#values_at(*indices) ⇒ Object



39
40
41
# File 'lib/foreman/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 39

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