method
values_at
v2.0.3 -
Show latest stable
- Class:
HashWithIndifferentAccess
values_at(*indices)public
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/indifferent_access.rb, line 48
def values_at(*indices)
indices.collect {|key| self[convert_key(key)]}
end