# File lib/hashery/crud_hash.rb, line 336 def values_at(*keys) super *keys.map{ |key| cast_key(key) } end