# File lib/hashery/stash.rb, line 38
  def fetch(key)
    super(convert_key(key))
  end