Method: Bundler::Thor::CoreExt::HashWithIndifferentAccess#values_at

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

#values_at(*indices) ⇒ Object



49
50
51
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 49

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