# File lib/hashery/stash.rb, line 122 def values_at(*keys) super(*keys.map{ |key| convert_key(key) }) end