# File lib/hashery/castinghash.rb, line 138
  def values_at(*keys)
    super(keys.map(&key_proc))
  end