# File lib/mail/indifferent_hash.rb, line 90 def values_at(*indices) indices.collect {|key| self[convert_key(key)]} end