Method: HashWithIndifferentAccess#values_at
- Defined in:
- lib/cerberus/utils.rb
#values_at(*indices) ⇒ Object
132 133 134 |
# File 'lib/cerberus/utils.rb', line 132 def values_at(*indices) indices.collect {|key| self[convert_key(key)]} end |