There's no documentation for this item.
# File active_support/core_ext/hash/indifferent_access.rb, line 48 def values_at(*indices) indices.collect {|key| self[convert_key(key)]} end
<code/>
<pre/>
<code/>and<pre/>for code samples.